<xs:element name="CADFace">
<xs:annotation>
<xs:appinfo>
<xs:attribute name="otherInterfaces" type="xs:string" fixed="X3DBoundedObject" />
</xs:appinfo>
<xs:documentation source="http://www.web3d.org/x3d/specifications/ISO-IEC-19775-Amendment1-FPDAM-X3DAbstractSpecification/Part01/components/CADGeometry.html#CADFace " />
</xs:annotation>
<xs:complexType mixed="false">
<xs:complexContent mixed="false">
<xs:extension base="X3DProductStructureChildNode">
<xs:choice>
<xs:element ref="Shape" />
<xs:element ref="LOD" />
<xs:element ref="ProtoInstance" />
</xs:choice>
<xs:attribute name="bboxCenter" type="SFVec3f" default="0 0 0" />
<xs:attribute name="bboxSize" type="BoundingBoxSize" default="-1 -1 -1" />
<xs:attribute name="name" type="SFString" />
</xs:extension>
<!-- shape field -->
</xs:complexContent>
</xs:complexType>
</xs:element>
|