simpleType plmFieldAccess
namespace http://xmlns.oracle.com/Agile/e6/core/Common/V1
type restriction of xs:string
used by
elements plmMetaAttribute/access plmMetaAttribute/insertModeAccess plmMetaAttribute/queryModeAccess plmMetaAttribute/updateModeAccess
facets
Kind Value annotation 
enumeration INVISIBLE 
enumeration READ_ONLY 
enumeration WRITE 
enumeration MANDATORY 
enumeration MODE_SPECIFIC 
source <xs:simpleType name="plmFieldAccess">
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="INVISIBLE"/>
   
<xs:enumeration value="READ_ONLY"/>
   
<xs:enumeration value="WRITE"/>
   
<xs:enumeration value="MANDATORY"/>
   
<xs:enumeration value="MODE_SPECIFIC"/>
 
</xs:restriction>
</xs:simpleType>


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