Showing:

Diagrams
Facets
Source
Used by
Simple Type FileDescriptionCodeType
Namespace No namespace
Diagram
Diagram
Type restriction of xs:NMTOKEN
Facets
pattern (\c+) & ((visual)|(auditlog)|(invoicexml)|(misc))
Used by
Source
<xs:simpleType name="FileDescriptionCodeType">
  <xs:restriction base="xs:NMTOKEN">
    <xs:pattern value="visual"/>
    <xs:pattern value="auditlog"/>
    <xs:pattern value="invoicexml"/>
    <xs:pattern value="misc"/>
  </xs:restriction>
</xs:simpleType>