<xs:complexType name="SignalTrack" mixed="false">
<xs:annotation>
<xs:appinfo>
<Version Path="." Last="1.4"/>
<Constraint Path="TrackFilter" minOccurs="0" maxOccurs="1"/>
<Constraint Path="TrackResult" minOccurs="0" maxOccurs="unbounded"/>
<Constraint Path="Notification" minOccurs="0" maxOccurs="1"/>
<Constraint Path="Trigger" minOccurs="0" maxOccurs="1"/>
</xs:appinfo>
</xs:annotation>
<xs:complexContent mixed="false">
<xs:extension base="jdf:JMFAbstractSignal_">
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:group ref="jdf:GenericElements" minOccurs="0"/>
<xs:element ref="jdf:TrackFilter" minOccurs="0"/>
<xs:element ref="jdf:TrackResult" minOccurs="0"/>
<xs:element name="Notification" type="jdf:NotificationAudit" minOccurs="0"/>
<xs:element name="Trigger" type="jdf:TriggerElement_m" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType> |