X3DUrlObject

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
url MFString optional

Source

<xs:complexType name="X3DUrlObject" abstract="true">
  <xs:annotation>
    <xs:appinfo>
      <xs:attribute name="componentName" type="xs:NMTOKEN" fixed="Networking"/>
      <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>X3DUrlObject indicates that a node has content loaded from a Uniform Resource Locator (URL) and can be tracked via a LoadSensor.</xs:appinfo>
    <xs:documentation source="http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/networking.html#X3DUrlObject"/>
  </xs:annotation>
  <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:complexType>