The SimplifiedRepresentationFormEnumType enumerates values that describe simplified representation forms.
<xs:simpleType name="SimplifiedRepresentationFormEnumType"> <xs:annotation> <xs:documentation>The SimplifiedRepresentationFormEnumType enumerates values that describe simplified representation forms.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="MASTER"/> <xs:enumeration value="HIDE"/> <xs:enumeration value="BOUNDING_BOX"/> </xs:restriction> </xs:simpleType>