Definition Type: Attribute
Name: update
Type: SFString
Containing Schema: x3d-3.2.xsd
ContentType Restriction
Default NONE
Use (Optional)
Collapse XSD Schema Diagram:
XSD Diagram of update in schema x3d-3_2_xsd (Web3D - Open Standards for Real-Time 3D Communication)
Collapse XSD Schema Code:
<xs:attribute name="update" default="NONE">
    <xs:simpleType>
        <xs:restriction base="SFString">
            <xs:enumeration value="NONE" />
            <xs:enumeration value="NEXT_FRAME_ONLY" />
            <xs:enumeration value="ALWAYS" />
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration NONE
Enumeration NEXT_FRAME_ONLY
Enumeration ALWAYS
Collapse Derivation Tree: