<xs:element name="CADPart">
<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#CADPart " />
</xs:annotation>
<xs:complexType mixed="false">
<xs:complexContent mixed="false">
<xs:extension base="X3DGroupingNode">
<xs:choice>
<xs:element ref="CADFace" minOccurs="0" maxOccurs="unbounded" />
</xs:choice>
<xs:attribute name="name" type="SFString" />
<xs:attribute name="center" type="SFVec3f" default="0 0 0" />
<xs:attribute name="rotation" type="SFRotation" default="0 0 1 0" />
<xs:attribute name="scale" type="SFVec3f" default="1 1 1" />
<xs:attribute name="scaleOrientation" type="SFRotation" default="0 0 1 0" />
<xs:attribute name="translation" type="SFVec3f" default="0 0 0" />
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|