QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
ActualAmount | jdftyp:double | optional | ||||
Amount | jdftyp:double | optional | ||||
BestEffortExceptions | jdftyp:NMTOKENS | optional | ||||
CommentURL | jdftyp:URL | optional | ||||
Consumption | jdftyp:eConsumption_ | optional | ||||
DescriptiveName | jdftyp:longString | optional | ||||
LotID | jdftyp:string | required | ||||
MustHonorExceptions | jdftyp:NMTOKENS | optional | ||||
OperatorInterventionExceptions | 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="Lot" mixed="false"> <xs:complexContent mixed="false"> <xs:extension base="jdf:BaseElement_"> <xs:group ref="jdf:GenericElements" minOccurs="0"/> <xs:attribute name="ActualAmount" type="jdftyp:double" use="optional"/> <xs:attribute name="Amount" type="jdftyp:double" use="optional"/> <xs:attribute name="LotID" type="jdftyp:string" use="required"/> <xs:attribute name="Consumption" type="jdftyp:eConsumption_" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |