<xs:simpleType id="bodySideList" name="bodySideList">
<xs:annotation>
<xs:documentation>General purpose vocabulary for various properties describing the the side with which a player shoots, kicks, catches, bats, etc. Also to describe injury side.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration id="bodySideListRight" value="right"/>
<xs:enumeration id="bodySideListLeft" value="left"/>
<xs:enumeration id="bodySideListBoth" value="both"/>
</xs:restriction>
</xs:simpleType> |