<xs:complexType name="CoordinateSystemSetType">
<xs:annotation>
<xs:documentation>The CoordinateSystemSetType represents a container for storing all coordinate systems present in the CAD scene.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element ref="CoordinateSystem" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Each CoordinateSystem element is a coordinate system.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="n" type="NaturalType" use="required">
<xs:annotation>
<xs:documentation>The required n attribute is the number of coordinate systems in this set.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |