simpleType CodeHolderStatusType
namespace https://mmixm.aero/base/2.1.0
type restriction of xs:string
properties
base xs:string
used by
element Credential/holderStatus
facets
Kind Value Annotation
enumeration Active
enumeration Inactive
enumeration In-transfer
annotation
documentation
Enumerated list of credential holder status.
source <xs:simpleType name="CodeHolderStatusType">
 
<xs:annotation>
   
<xs:documentation>Enumerated list of credential holder status.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="Active"/>
   
<xs:enumeration value="Inactive"/>
   
<xs:enumeration value="In-transfer"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy