<xs:element name="EndsheetInformation">
<xs:complexType>
<xs:sequence>
<xs:element ref="EndsheetCopyDescription" minOccurs="0" />
<xs:element ref="EndsheetMaterials" minOccurs="0" />
<xs:element ref="EndsheetReinforcementMaterials" minOccurs="0" />
<xs:element ref="AdditionalText" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute name="EndsheetType" type="endsheetType" />
<xs:attribute name="EndsheetLocationType" type="endsheetLocationType" />
</xs:complexType>
</xs:element>
|