Showing:

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