namespace | https://mmixm.aero/base/2.1.0 | ||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:simpleType name="CodeCertificationStatusType"> <xs:annotation> <xs:documentation>Enumerated list of certification status. [3000.57 5-12. Certification Authority Inactivity. A certification authority must have one of three statuses: active, inactive, or revoked.]</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="Active"/> <xs:enumeration value="Inactive"/> <xs:enumeration value="Revoked"/> </xs:restriction> </xs:simpleType> |