QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
Actual | jdftyp:boolean | optional | ||||
BestEffortExceptions | jdftyp:NMTOKENS | optional | ||||
CommentURL | jdftyp:URL | optional | ||||
DataType | jdftyp:eSpanDataType_ | OptionSpan | required | |||
DescriptiveName | jdftyp:longString | optional | ||||
Detail | jdftyp:string | optional | ||||
MustHonorExceptions | jdftyp:NMTOKENS | optional | ||||
OfferRange | jdftyp:NMTOKENS | optional | ||||
OperatorInterventionExceptions | jdftyp:NMTOKENS | optional | ||||
Preferred | jdftyp:boolean | optional | ||||
Priority | jdftyp:eIntentPriority_ | optional | ||||
Range | jdftyp:NMTOKENS | optional | ||||
SettingsPolicy | jdftyp:eSettingsPolicy_ | optional | ||||
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.CIP4.org/JDFSchema_1_1' |
<xs:complexType name="OptionSpan" mixed="false"> <xs:complexContent mixed="false"> <xs:extension base="jdf:AbstractSpan"> <xs:attribute name="DataType" type="jdftyp:eSpanDataType_" use="required" fixed="OptionSpan"/> <xs:attribute name="Actual" type="jdftyp:boolean" use="optional"/> <xs:attribute name="OfferRange" type="jdftyp:NMTOKENS" use="optional"/> <xs:attribute name="Detail" type="jdftyp:string" use="optional"/> <xs:attribute name="Preferred" type="jdftyp:boolean" use="optional"/> <xs:attribute name="Range" type="jdftyp:NMTOKENS" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |