namespace | https://mmixm.aero/base/2.1.0 | ||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:simpleType name="CodeRatingStatusType"> <xs:annotation> <xs:documentation>Enumerated list of the status of the credential.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="Current"/> <xs:enumeration value="Historical"/> <xs:enumeration value="Pending"/> </xs:restriction> </xs:simpleType> |