<xs:element name="CADAssembly">
<xs:annotation>
<xs:appinfo>
<xs:attribute name="otherInterfaces" type="xs:string" fixed="X3DProductStructureChildNode" />
</xs:appinfo>
<xs:documentation source="http://www.web3d.org/x3d/specifications/ISO-IEC-19775-Amendment1-FPDAM-X3DAbstractSpecification/Part01/components/CADGeometry.html#CADAssembly" />
</xs:annotation>
<xs:complexType mixed="false">
<xs:complexContent mixed="false">
<xs:extension base="X3DGroupingNode">
<xs:choice>
<xs:element ref="CADPart" minOccurs="0" maxOccurs="unbounded" />
</xs:choice>
<xs:attribute name="name" type="SFString" />
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|