| diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| type | extension of X3DNetworkSensorNode | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| children | IS MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| source | <xs:complexType name="X3DUrlOutputObject" abstract="true"> <xs:annotation> <xs:appinfo> <xs:attribute name="isActive" type="SFBool" fixed="outputOnlyField"/> <xs:attribute name="componentName" type="componentNameChoices" fixed="Networking"/> <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="4"/> X3DUrlOutputObject indicates that a node publish data on the local file system or to a network address. </xs:appinfo> <!-- Note that X3DUrlOutputObject is a second interface and thus the following fields are typically listed in implementing nodes so that validation works --> <xs:documentation source="https://www.web3d.org/specifications/X3Dv4Draft/ISO-IEC19775-1v4.1-CD/Part01/components/networking.html#X3DUrlOutputObject"/> </xs:annotation> <xs:complexContent> <xs:extension base="X3DNetworkSensorNode"> <xs:attribute name="url" type="MFString"> <xs:annotation> <xs:appinfo> <xs:attribute name="componentName" type="componentNameChoices" fixed="Networking"/> <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="4"/> </xs:appinfo> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> |
| type | MFString | ||
| annotation |
|
||
| source | <xs:attribute name="url" type="MFString"> <xs:annotation> <xs:appinfo> <xs:attribute name="componentName" type="componentNameChoices" fixed="Networking"/> <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="4"/> </xs:appinfo> </xs:annotation> </xs:attribute> |