<xs:element name="ShippingInstructions">
<xs:complexType>
<xs:sequence>
<xs:element ref="ShippingInstructionsHeader" />
<xs:choice>
<xs:element ref="ByProduct" />
<xs:element ref="ByShipTo" />
</xs:choice>
<xs:element ref="ShippingInstructionsSummary" minOccurs="0" />
</xs:sequence>
<xs:attribute name="ShippingInstructionsType" type="shippingInstructionsType" use="required" />
<xs:attribute name="ShippingInstructionsStatusType" type="shippingInstructionsStatusType" use="required" />
<xs:attribute name="IsThirdPartyAdvice" type="yesNo" />
<xs:attribute name="Reissued" type="yesNo" default="No" />
<xs:attribute name="Language" type="languageType" default="eng" />
</xs:complexType>
</xs:element>
|