http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts
Option.DocumentVerificationStatus Simple Type
http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts : Option.DocumentVerificationStatus Simple Type
Namespace http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts
Type
Restriction of xs:string
Diagram
Option.DocumentVerificationStatus Simple Type
Overview
Option.DocumentVerificationStatus Restriction of xs:string
Facets
EnumerationVerified
EnumerationSealed
EnumerationCertified
EnumerationNotSealed
EnumerationNotCertified
EnumerationInvalid
Source
<xs:simpleType name="Option.DocumentVerificationStatus" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Verified" />
    <xs:enumeration value="Sealed" />
    <xs:enumeration value="Certified" />
    <xs:enumeration value="NotSealed" />
    <xs:enumeration value="NotCertified" />
    <xs:enumeration value="Invalid" />
  </xs:restriction>
</xs:simpleType>
See Also
http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts