<xs:element name="RibbonMaterialCharacteristics">
<xs:complexType>
<xs:sequence>
<xs:element ref="BindingMaterialCharacteristics" />
<xs:element ref="Width" minOccurs="0" />
<xs:element ref="AdditionalText" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute name="RibbonFacingType" type="ribbonFacingType" />
</xs:complexType>
</xs:element>
|