<xs:simpleType name="LeaderModifierEnumType">
<xs:annotation>
<xs:documentation>The LeaderModifierEnumType enumerates values that describe the leader's modifier.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="ALL_AROUND"/>
<xs:enumeration value="ALL_OVER"/>
<xs:enumeration value="FLAG"/>
<xs:enumeration value="ALL_AROUND_FLAG"/>
</xs:restriction>
</xs:simpleType> |