<xs:complexType name="SubscriptionElement_m" mixed="false">
<xs:annotation>
<xs:appinfo>
<Version Path="@ChannelMode" First="1.4"/>
<Version Path="@Format" First="1.2"/>
<Version Path="@MinDelayTime" First="1.3"/>
<Version Path="@RetryPolicy" First="1.4"/>
<Version Path="@Template" First="1.2"/>
</xs:appinfo>
</xs:annotation>
<xs:complexContent mixed="false">
<xs:extension base="jdf:BaseElement_">
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:group ref="jdf:GenericElements" minOccurs="0"/>
<xs:element name="ObservationTarget" type="jdf:Subscription_ObservationTarget" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="ChannelMode" type="jdftyp:eChannelMode_" use="optional"/>
<xs:attribute name="Format" type="jdftyp:string" use="optional"/>
<xs:attribute name="MinDelayTime" type="jdftyp:duration" use="optional"/>
<xs:attribute name="RepeatStep" type="jdftyp:Integer" use="optional"/>
<xs:attribute name="RepeatTime" type="jdftyp:double" use="optional"/>
<xs:attribute name="RetryPolicy" type="jdftyp:eRetryPolicy_"/>
<xs:attribute name="Template" type="jdftyp:string" use="optional"/>
<xs:attribute name="URL" type="jdftyp:URL" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType> |