Showing:

Diagrams
Facets
Source
Used by
Simple Type alignType
Namespace http://infoml.org/infomlFile
Diagram
Diagram
Type restriction of xsd:string
Facets
enumeration top
enumeration bottom
Used by
Attribute captionType/@align
Source
<xsd:simpleType name="alignType">
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="top"/>
    <xsd:enumeration value="bottom"/>
  </xsd:restriction>
</xsd:simpleType>