Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type TopologyEnumType
Annotations
The TopologyEnumType enumerates values that describe the topology information in model.
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration UNKNOWN
enumeration PRESENT
enumeration ABSENT
Used by
Source
<xs:simpleType name="TopologyEnumType">
  <xs:annotation>
    <xs:documentation>The TopologyEnumType enumerates values that describe the topology information in model.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="UNKNOWN"/>
    <xs:enumeration value="PRESENT"/>
    <xs:enumeration value="ABSENT"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd