The LoopBaseTypeType enumerates values that describe the loop type.
<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>