<xs:simpleType name="accessTypeNames">
<xs:annotation>
<xs:appinfo>accessTypeNames are allowed enumeration values for accessType. Prior names in VRML 97 were eventIn, eventOut, field, exposedField respectively.</xs:appinfo>
<xs:documentation source="http://www.web3d.org/x3d/specifications/ISO-IEC-FDIS-19775-1.2-X3D-AbstractSpecification/Part01/concepts.html#FieldSemantics" />
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="initializeOnly" />
<xs:enumeration value="inputOnly" />
<xs:enumeration value="outputOnly" />
<xs:enumeration value="inputOutput" />
</xs:restriction>
</xs:simpleType>
|