| 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> |