simpleType masterEnum
type restriction of xs:string
used by
attribute command/@master
facets
Kind Value annotation 
enumeration raw 
enumeration ccf 
enumeration parameters 
annotation
documentation
Determines whether the raw representation, the ccf or the parameters are the masters of the data.
source <xs:simpleType name="masterEnum">
 
<xs:annotation>
   
<xs:documentation>Determines whether the raw representation, the ccf or the parameters are the masters of the data.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="raw"/>
   
<xs:enumeration value="ccf"/>
   
<xs:enumeration value="parameters"/>
 
</xs:restriction>
</xs:simpleType>


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