<xsd:element name="Age" minOccurs="0"> <xsd:complexType> <xsd:choice> <xsd:element name="AgeNumeric" type="xsd:nonNegativeInteger" /> <xsd:element name="AgeBand" /> </xsd:choice> </xsd:complexType> </xsd:element>