DISEntityTypeMapping

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
DEF xs:ID optional
USE xs:IDREF optional
category restriction of SFInt32 0 optional
class xs:NMTOKENS optional
containerField xs:NMTOKEN mapping optional
country restriction of SFInt32 0 optional
domain restriction of SFInt32 0 optional
extra restriction of SFInt32 0 optional
kind restriction of SFInt32 0 optional
specific restriction of SFInt32 0 optional
subcategory restriction of SFInt32 0 optional
url MFString optional

Used By

Source

<xs:element name="DISEntityTypeMapping">
  <xs:annotation>
    <xs:appinfo>
      <xs:attribute name="additionalInterface" type="xs:string" default="X3DUrlObject"/>
      <xs:attribute name="componentName" type="xs:NMTOKEN" fixed="DIS"/>
      <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="2"/>
    </xs:appinfo>
    <xs:documentation source="http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/dis.html#DISEntityTypeMapping"/>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="X3DInfoNode">
        <xs:attribute name="url" type="MFString">
          <xs:annotation>
            <xs:appinfo>
              <xs:attribute name="componentName" type="xs:NMTOKEN" fixed="Networking"/>
              <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="4"/>
            </xs:appinfo>
          </xs:annotation>
        </xs:attribute>
        <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:attribute name="containerField" type="xs:NMTOKEN" default="mapping"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>

Sample