Defines the occurrence of *only one* of the specified child elements or groups of elements.
<xs:element name="ElementName"> <xs:complexType> <xs:choice> .../... </xs:choice> .../... </xs:complexType> </xs:element>