jdf:TriggerElement_m

Complex Type Information

Model

jdf:Comment{0,1} , jdf:GeneralID{0,1} , jdf:Preview{0,1} , jdf:PreviewRef{0,1} , ANY element from ANY namespace OTHER than 'http://www.CIP4.org/JDFSchema_1_1' , jdf:ChangedAttribute{0,1} , jdf:Added{0,1} , jdf:ChangedPath{0,1} , jdf:Removed{0,1}

Attributes

QName Type Fixed Default Use Inheritable Annotation
RepeatStep jdftyp:Integer optional
RepeatTime jdftyp:double optional

Used By

Source

<xs:complexType name="TriggerElement_m">
  <xs:annotation>
    <xs:appinfo>
      <Version Path="Added" Last="1.1"/>
      <Version Path="ChangedAttribute" Last="1.1"/>
      <Version Path="ChangedPath" First="1.2"/>
      <Version Path="Removed" Last="1.1"/>
      <Constraint Path="Added" minOccurs="0" maxOccurs="1"/>
      <Constraint Path="ChangedAttribute" minOccurs="0" maxOccurs="unbounded"/>
      <Constraint Path="ChangedPath" minOccurs="0" maxOccurs="unbounded"/>
      <Constraint Path="Removed" minOccurs="0" maxOccurs="1"/>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence minOccurs="0" maxOccurs="unbounded">
    <xs:group ref="jdf:GenericElements" minOccurs="0"/>
    <xs:element name="ChangedAttribute" type="jdf:Trigger_ChangedAttribute" minOccurs="0"/>
    <xs:element name="Added" type="jdf:Trigger_Added" minOccurs="0"/>
    <xs:element name="ChangedPath" type="jdf:Trigger_ChangedPath" minOccurs="0"/>
    <xs:element name="Removed" type="jdf:Trigger_Removed" minOccurs="0"/>
  </xs:sequence>
  <xs:attribute name="RepeatStep" type="jdftyp:Integer" use="optional"/>
  <xs:attribute name="RepeatTime" type="jdftyp:double" use="optional"/>
</xs:complexType>