2.2.1.1.6 xdManualAuto

 The xdManualAuto simple type specifies enumeration values for specifying a "manual" or "automatic" value.

automatic: This value evaluates to "automatic".

manual: This value evaluates to "manual".

Referenced By

importSource.xsfschema@authoringOfTransform

xDocumentClass.xsfschema@trustSetting

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this simple type.

 <xsd:simpleType name="xdManualAuto">
   <xsd:restriction base="xsd:NMTOKEN">
     <xsd:enumeration value="manual"/>
     <xsd:enumeration value="automatic"/>
   </xsd:restriction>
 </xsd:simpleType>