<xs:element name="PrintParameters">
<xs:complexType>
<xs:sequence>
<xs:element ref="WebConfiguration" minOccurs="0" />
<xs:element ref="Webbing" minOccurs="0" />
<xs:element ref="InkDelivery" minOccurs="0" />
<xs:element ref="PasteDiameter" minOccurs="0" />
</xs:sequence>
<xs:attribute name="PrintType" type="printType" />
</xs:complexType>
</xs:element>
|