simpleType NdcEmpIdType
namespace https://mmixm.aero/base/2.1.0
type restriction of xs:integer
properties
base xs:integer
used by
element Person/ndcEmpID
facets
Kind Value Annotation
minInclusive 1
maxInclusive 99999999
annotation
documentation
Specifies allowable values for the NDC employee ID.
source <xs:simpleType name="NdcEmpIdType">
 
<xs:annotation>
   
<xs:documentation>Specifies allowable values for the NDC employee ID.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:integer">
   
<xs:maxInclusive value="99999999"/>
   
<xs:minInclusive value="1"/>
 
</xs:restriction>
</xs:simpleType>


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