Showing:

Diagrams
Facets
Source
Used by
Simple Type NameTextType
Namespace No namespace
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 70
Used by
Source
<xs:simpleType name="NameTextType">
  <xs:restriction base="xs:string">
    <xs:maxLength value="70"/>
    <!--            <xs:pattern value="[ -]*"/> -->
  </xs:restriction>
</xs:simpleType>