simpleType accessTypeValues
type restriction of xs:token
properties
base xs:token
used by
attribute field/@accessType
facets
Kind Value Annotation
enumeration initializeOnly
enumeration inputOnly
enumeration inputOutput
enumeration outputOnly
source <xs:simpleType name="accessTypeValues">
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="initializeOnly"/>
   
<xs:enumeration value="inputOnly"/>
   
<xs:enumeration value="inputOutput"/>
   
<xs:enumeration value="outputOnly"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy