Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type ShellFormEnumType
Annotations
The ShellFormEnumType enumerates values that describe the shell type.
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration UNKNOWN
enumeration OUTER
enumeration INNER
Used by
Attribute ShellType/@form
Source
<xs:simpleType name="ShellFormEnumType">
  <xs:annotation>
    <xs:documentation>The ShellFormEnumType enumerates values that describe the shell type.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="UNKNOWN"/>
    <xs:enumeration value="OUTER"/>
    <xs:enumeration value="INNER"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd