QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
Availability | jdftyp:eAvailability_ | optional | ||||
BestEffortExceptions | jdftyp:NMTOKENS | optional | ||||
CommentURL | jdftyp:URL | optional | ||||
DescriptiveName | jdftyp:longString | optional | ||||
ID | jdftyp:ID | required | ||||
ModuleIndex | jdftyp:Integer | 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' |
Element | jdf:ModulePool/jdf:ModuleCap |
<xs:complexType name="ModuleCap"> <xs:annotation> <xs:appinfo> <Version Path="." First="1.3"/> </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="jdf:BaseElement_"> <xs:sequence minOccurs="0" maxOccurs="unbounded"> <xs:group ref="jdf:GenericElements" minOccurs="0"/> </xs:sequence> <xs:attribute name="Availability" type="jdftyp:eAvailability_" use="optional"/> <xs:attribute name="ID" type="jdftyp:ID" use="required"/> <xs:attribute name="ModuleIndex" type="jdftyp:Integer" use="required"/> </xs:extension> </xs:complexContent> </xs:complexType> |