Definition Type: Element
Name: CADFace
Type: X3DProductStructureChildNode
Containing Schema: x3d-3.2.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ProtoInstance in schema x3d-3_2_xsd Drilldown into LOD in schema x3d-3_2_xsd Drilldown into Shape in schema x3d-3_2_xsd Drilldown into MetadataString in schema x3d-3_2_xsd Drilldown into MetadataSet in schema x3d-3_2_xsd Drilldown into MetadataInteger in schema x3d-3_2_xsd Drilldown into MetadataFloat in schema x3d-3_2_xsd Drilldown into MetadataDouble in schema x3d-3_2_xsd Drilldown into ChildContentModelCore in schema x3d-3_2_xsd Drilldown into IS in schema x3d-3_2_xsd Drilldown into class in schema x3d-3_2_xsd Drilldown into globalAttributes in schema x3d-3_2_xsd Drilldown into USE in schema x3d-3_2_xsd Drilldown into DEF in schema x3d-3_2_xsd Drilldown into DEF_USE in schema x3d-3_2_xsd Drilldown into X3DNode in schema x3d-3_2_xsd Drilldown into containerField in schema x3d-3_2_xsd Drilldown into X3DChildNode in schema x3d-3_2_xsd Drilldown into X3DProductStructureChildNode in schema x3d-3_2_xsd Drilldown into name in schema x3d-3_2_xsd Drilldown into bboxSize in schema x3d-3_2_xsd Drilldown into bboxCenter in schema x3d-3_2_xsdXSD Diagram of CADFace in schema x3d-3_2_xsd (Web3D - Open Standards for Real-Time 3D Communication)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
IS IS 0 (1)
MetadataDouble MetadataDouble (1) (1)
MetadataFloat MetadataFloat (1) (1)
MetadataInteger MetadataInteger (1) (1)
MetadataSet MetadataSet (1) (1)
MetadataString MetadataString (1) (1)
Shape Shape (1) (1)
LOD LOD (1) (1)
ProtoInstance ProtoInstance (1) (1)
<xs:group> ChildContentModelCore 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
DEF DEF (Optional)
USE USE (Optional)
class class (Optional)
containerField containerField children (Optional)
bboxCenter bboxCenter 0 0 0 (Optional)
bboxSize bboxSize -1 -1 -1 (Optional)
name name (Optional)
Collapse Derivation Tree: