Definition Type: Element
Name: DISEntityTypeMapping
Type: X3DNode
Containing Schema: x3d-3.2.xsd
Abstract
Collapse XSD Schema Diagram:
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 subcategory in schema x3d-3_2_xsd Drilldown into specific in schema x3d-3_2_xsd Drilldown into kind in schema x3d-3_2_xsd Drilldown into extra in schema x3d-3_2_xsd Drilldown into domain in schema x3d-3_2_xsd Drilldown into country in schema x3d-3_2_xsd Drilldown into category in schema x3d-3_2_xsd Drilldown into url in schema x3d-3_2_xsd Drilldown into containerField in schema x3d-3_2_xsdXSD Diagram of DISEntityTypeMapping in schema x3d-3_2_xsd (Web3D - Open Standards for Real-Time 3D Communication)
Collapse XSD Schema Code:
<xs:element name="DISEntityTypeMapping">
    <xs:annotation>
        <xs:appinfo>
            <!-- note that interface extension is X3DNode instead of X3DChildNode in order to define proper default value for containerField -->
            <xs:attribute name="otherInterfaces" type="xs:string" fixed="X3DChildNode" />
        </xs:appinfo>
        <xs:documentation source="http://www.web3d.org/x3d/specifications/ISO-IEC-FDIS-19775-1.2-X3D-AbstractSpecification/Part01/components/dis.html#ReceiverPdu" />
    </xs:annotation>
    <xs:complexType mixed="false">
        <xs:complexContent mixed="false">
            <xs:extension base="X3DNode">
                <xs:attribute name="containerField" type="xs:NMTOKEN" default="mapping" />
                <xs:attribute name="url" type="MFString" />
                <xs:attribute name="category" default="0">
                    <xs:simpleType>
                        <xs:restriction base="SFInt32">
                            <xs:minInclusive value="0" />
                            <xs:maxInclusive value="255" />
                        </xs:restriction>
                    </xs:simpleType>
                </xs:attribute>
                <xs:attribute name="country" default="0">
                    <xs:simpleType>
                        <xs:restriction base="SFInt32">
                            <xs:minInclusive value="0" />
                            <xs:maxInclusive value="65535" />
                        </xs:restriction>
                    </xs:simpleType>
                </xs:attribute>
                <xs:attribute name="domain" default="0">
                    <xs:simpleType>
                        <xs:restriction base="SFInt32">
                            <xs:minInclusive value="0" />
                            <xs:maxInclusive value="255" />
                        </xs:restriction>
                    </xs:simpleType>
                </xs:attribute>
                <xs:attribute name="extra" default="0">
                    <xs:simpleType>
                        <xs:restriction base="SFInt32">
                            <xs:minInclusive value="0" />
                            <xs:maxInclusive value="255" />
                        </xs:restriction>
                    </xs:simpleType>
                </xs:attribute>
                <xs:attribute name="kind" default="0">
                    <xs:simpleType>
                        <xs:restriction base="SFInt32">
                            <xs:minInclusive value="0" />
                            <xs:maxInclusive value="255" />
                        </xs:restriction>
                    </xs:simpleType>
                </xs:attribute>
                <xs:attribute name="specific" default="0">
                    <xs:simpleType>
                        <xs:restriction base="SFInt32">
                            <xs:minInclusive value="0" />
                            <xs:maxInclusive value="255" />
                        </xs:restriction>
                    </xs:simpleType>
                </xs:attribute>
                <xs:attribute name="subcategory" default="0">
                    <xs:simpleType>
                        <xs:restriction base="SFInt32">
                            <xs:minInclusive value="0" />
                            <xs:maxInclusive value="255" />
                        </xs:restriction>
                    </xs:simpleType>
                </xs:attribute>
            </xs:extension>
        </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)
<xs:group> ChildContentModelCore 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
DEF DEF (Optional)
USE USE (Optional)
class class (Optional)
containerField containerField mapping (Optional)
url url (Optional)
category category 0 (Optional)
country country 0 (Optional)
domain domain 0 (Optional)
extra extra 0 (Optional)
kind kind 0 (Optional)
specific specific 0 (Optional)
subcategory subcategory 0 (Optional)
Collapse Derivation Tree: