simpleType String150Type
namespace https://mmixm.aero/base/4
type restriction of xs:string
properties
base xs:string
used by
elements AtowOrganization/districtOfficeName AtowOrganization/groupName Organization/organizationName AtowOrganization/serviceAreaName AtowOrganization/sscName Asset/assetName Configuration/name Parameter/name
facets
Kind Value Annotation
maxLength 150
annotation
documentation
Specifies a string of up to 150 characters.
source <xs:simpleType name="String150Type">
 
<xs:annotation>
   
<xs:documentation>Specifies a string of up to 150 characters.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="150"/>
 
</xs:restriction>
</xs:simpleType>


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