<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> |