<xs:element name="Wrap">
<xs:complexType>
<xs:sequence>
<xs:element ref="NumberOfWraps" minOccurs="0" />
<xs:element ref="Brand" minOccurs="0" />
</xs:sequence>
<xs:attribute name="WrapType" type="wrapType" />
<xs:attribute name="WrapProperties" type="wrapProperties" />
<xs:attribute name="WrapLocation" type="wrapLocation" />
</xs:complexType>
</xs:element>
|