simpleType CodeRatingStatusType
namespace https://mmixm.aero/base/2.1.0
type restriction of xs:string
properties
base xs:string
used by
element Credential/ratingStatus
facets
Kind Value Annotation
enumeration Current
enumeration Historical
enumeration Pending
annotation
documentation
Enumerated list of the status of the credential.
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>


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