Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type categoryType
Namespace http://infoml.org/infomlFile
Annotations
Diagram
Diagram
Type restriction of xsd:token
Facets
enumeration content
enumeration pointers
enumeration custom
Used by
Source
<xsd:simpleType name="categoryType">
  <xsd:annotation>
    <xsd:documentation/>
  </xsd:annotation>
  <xsd:restriction base="xsd:token">
    <xsd:enumeration value="content"/>
    <xsd:enumeration value="pointers"/>
    <xsd:enumeration value="custom"/>
  </xsd:restriction>
</xsd:simpleType>