<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>
|