<xs:element name="Coating">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="coating">
<xs:attribute name="CoatingCoverageType" type="coatingCoverageType" />
<xs:attribute name="CoatingLocationType" type="coatingLocationType" />
<xs:attribute name="FinishType" type="paperFinishType" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
|