<xsd:element name="inventory" minOccurs="0" maxOccurs="1"> <xsd:complexType> <xsd:choice> <xsd:element name="amount" type="unit:VolumeType"/> <xsd:element name="amount_as_weight" type="unit:MassType"/> </xsd:choice> </xsd:complexType> </xsd:element>