<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> |