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