<xs:element name="SpecBinding">
<xs:complexType>
<xs:sequence>
<xs:element ref="ProductIdentifier" />
<xs:element ref="ProductDescription" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="BookBlock" />
<xs:element ref="EndsheetInformation" minOccurs="0" maxOccurs="2" />
<xs:element ref="BindingExtras" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="HolePunchInformation" minOccurs="0" />
<xs:element ref="Case" minOccurs="0" />
<xs:element ref="MechanicalMaterial" minOccurs="0" />
<xs:element ref="Ribbon" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="Perforation" minOccurs="0" />
<xs:element ref="AdditionalText" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute name="BindingType" type="bindingType" />
<xs:attribute name="BindingStyleType" type="bindingStyleType" />
<xs:attribute name="BindingCoverScoring" type="yesNo" />
<xs:attribute name="BindingReinforcement" type="yesNo" />
<xs:attribute name="BindingBackStyleType" type="bindingBackStyleType" />
<xs:attribute name="BindingRibbon" type="yesNo" />
</xs:complexType>
</xs:element>
|