<xs:element name="field">
<xs:annotation>
<xs:appinfo>field can contain either attribute-value or node content. field is used by ExternProtoDeclare, ProtoDeclare and Script nodes.</xs:appinfo>
<xs:documentation source="http://www.web3d.org/specifications/ISO-IEC-19776/Part01/concepts.html#NodeAndFieldStatementSyntax" />
</xs:annotation>
<xs:complexType mixed="false">
<xs:complexContent mixed="false">
<xs:extension base="SceneGraphStructureNodeType">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="SceneGraphFragmentContentModel" />
</xs:choice>
<xs:attribute name="name" type="xs:NMTOKEN" use="required" />
<xs:attribute name="accessType" type="accessTypeNames" use="required" />
<xs:attribute name="type" type="fieldTypeName" use="required" />
<xs:attribute name="value" type="SFString" />
<xs:attribute name="appinfo" type="SFString" />
<xs:attribute name="documentation" type="SFString" />
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|