<xsd:complexType name="Shape_Type">
<xsd:complexContent>
<xsd:extension base="ShapeSheet_Type">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="Shapes" type="Shapes_Type" minOccurs="0" />
</xsd:choice>
<xsd:attribute name="ID" type="xsd:unsignedLong" />
<xsd:attribute name="Del" type="ISOBoolean" />
<xsd:attribute name="MasterShape" type="xsd:unsignedLong" />
<xsd:attribute name="UniqueID" type="xsd:string" />
<xsd:attribute name="Name" type="xsd:string" />
<xsd:attribute name="NameU" type="xsd:string" />
<xsd:attribute name="Master" type="xsd:unsignedLong" />
<xsd:attribute name="Type" type="xsd:string" />
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|