simpleType String50Type
namespace https://mmixm.aero/base/2.1.0
type restriction of xs:string
properties
base xs:string
used by
elements FaaIdentifier/faaPartNumber GlobalIdentifier/giai ManufacturerIdentifier/manufacturerName ManufacturerIdentifier/manufacturerPartNumber ManufacturerIdentifier/nationalStockNumber ManufacturerIdentifier/serialNumber
simpleType DomainCodeType
attribute RmlsDpInformation/@description
facets
Kind Value Annotation
maxLength 50
annotation
documentation
Specifies a string of up to 50 characters.
source <xs:simpleType name="String50Type">
 
<xs:annotation>
   
<xs:documentation>Specifies a string of up to 50 characters.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="50"/>
 
</xs:restriction>
</xs:simpleType>


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