<xs:element name="BookSpecification">
<xs:complexType>
<xs:sequence>
<xs:element ref="SpecGeneral" />
<xs:element ref="SpecComponent" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="SpecAssembly" minOccurs="0" />
<xs:element ref="SpecBinding" minOccurs="0" />
<xs:element ref="SpecPacking" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute name="SpecType" type="bookSpecificationType" />
<xs:attribute name="SpecStatusType" type="bookSpecificationStatusType" />
<xs:attribute name="NASTA" type="yesNo" default="No" />
<xs:attribute name="Secure" type="yesNo" default="No" />
<xs:attribute name="Reissued" type="yesNo" />
<xs:attribute name="Language" type="languageType" default="eng" />
</xs:complexType>
</xs:element>
|