The ShellFormEnumType enumerates values that describe the shell type.
<xs:simpleType name="ShellFormEnumType"> <xs:annotation> <xs:documentation>The ShellFormEnumType enumerates values that describe the shell type.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="UNKNOWN"/> <xs:enumeration value="OUTER"/> <xs:enumeration value="INNER"/> </xs:restriction> </xs:simpleType>