<xsd:complexType name="TypeOfHireType"> <xsd:choice> <xsd:element name="StandardValue" type="TypeOfHireEnumType" minOccurs="0" /> <xsd:element name="NonStandardValue" type="xsd:string" minOccurs="0" /> </xsd:choice> </xsd:complexType>