Definition Type: SimpleType
Name: profileNames
Containing Schema: x3d-3.2.xsd
Collapse XSD Schema Diagram:
XSD Diagram of profileNames in schema x3d-3_2_xsd (Web3D - Open Standards for Real-Time 3D Communication)
Collapse XSD Schema Code:
<xs:simpleType name="profileNames">
    <xs:annotation>
        <xs:appinfo>profileName enumeration constants are used to identify the profile for each scene-graph node, and also used by X3D tag to identify the profile of a contained Scene.</xs:appinfo>
        <xs:documentation source="http://www.web3d.org/x3d/specifications/ISO-IEC-FDIS-19775-1.2-X3D-AbstractSpecification/Part01/concepts.html#Profiles" />
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:enumeration value="Core">
            <xs:annotation>
                <xs:appinfo>Core Profile includes no nodes and is provided as the basis for custom componentization.</xs:appinfo>
                <xs:documentation source="http://www.web3d.org/x3d/specifications/ISO-IEC-FDIS-19775-1.2-X3D-AbstractSpecification/Part01/coreprofile.html" />
            </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="Interchange">
            <xs:annotation>
                <xs:appinfo>Interchange Profile equals the minimum subset of nodes needed to author lightweight compelling content.</xs:appinfo>
                <xs:documentation source="http://www.web3d.org/x3d/specifications/ISO-IEC-FDIS-19775-1.2-X3D-AbstractSpecification/Part01/interchange.html" />
            </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="CADInterchange">
            <xs:annotation>
                <xs:appinfo>CADInterchange Profile adds support for CADGeometry component nodes to Interchange Profile.</xs:appinfo>
                <xs:documentation source="http://www.web3d.org/x3d/specifications/ISO-IEC-19775-Amendment1-X3DAbstractSpecification/Part01/CADInterchange.html" />
            </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="Interactive">
            <xs:annotation>
                <xs:appinfo>Interactive Profile adds interaction nodes (Anchor, KeySensor) to the minimum subset of nodes needed to author lightweight compelling content.</xs:appinfo>
                <xs:documentation source="http://www.web3d.org/x3d/specifications/ISO-IEC-FDIS-19775-1.2-X3D-AbstractSpecification/Part01/interactive.html" />
            </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="Immersive">
            <xs:annotation>
                <xs:appinfo>Immersive Profile equals all of the nodes in the VRML 97 Specification, plus various X3D node additions including KeySensor, StringSensor and Scene.</xs:appinfo>
                <xs:documentation source="http://www.web3d.org/x3d/specifications/ISO-IEC-FDIS-19775-1.2-X3D-AbstractSpecification/Part01/immersive.html" />
            </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="MPEG4Interactive" />
        <xs:enumeration value="Full">
            <xs:annotation>
                <xs:appinfo>The Full Profile corresponds to all Immersive X3D nodes plus all approved/implemented extensions.  Full may get renamed Integrated.</xs:appinfo>
                <xs:documentation source="http://www.web3d.org/x3d/specifications/ISO-IEC-FDIS-19775-1.2-X3D-AbstractSpecification/Part01/fullProfile.html" />
            </xs:annotation>
        </xs:enumeration>
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration Core
Enumeration Interchange
Enumeration CADInterchange
Enumeration Interactive
Enumeration Immersive
Enumeration MPEG4Interactive
Enumeration Full
Collapse Derivation Tree:
Collapse References:
profile