<xs:element name="Discount"> <xs:complexType> <xs:choice> <xs:element ref="DiscountPercent"/> <xs:element ref="DiscountAmount"/> </xs:choice> </xs:complexType> </xs:element>