<xs:complexType name="JMFRootMessage" mixed="false">
<xs:annotation>
<xs:appinfo>
<!--Generic-->
<Version Path="@AgentName" First="1.4"/>
<Version Path="@AgentVersion" First="1.4"/>
<Version Path="@ICSVersions" First="1.3"/>
<Version Path="@MaxVersion" First="1.3"/>
<Version Path="@ResponseURL" First="1.2" Last="1.4"/>
<Version Path="@xmlns" First="1.1"/>
<Version Path="Employee" First="1.4"/>
<!--A JMF must have one or more child message elements -->
<Constraint Path="Registration" minOccurs="0" maxOccurs="unbounded"/>
<Constraint Path="Command" minOccurs="0" maxOccurs="unbounded"/>
<Constraint Path="Acknowledge" minOccurs="0" maxOccurs="unbounded"/>
<Constraint Path="Response" minOccurs="0" maxOccurs="unbounded"/>
<Constraint Path="Query" minOccurs="0" maxOccurs="unbounded"/>
<Constraint Path="Signal" minOccurs="0" maxOccurs="unbounded"/>
</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 ref="jdf:Employee" minOccurs="0"/>
<xs:group ref="jdf:AnyMessage" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="AgentName" type="jdftyp:string" use="optional"/>
<xs:attribute name="AgentVersion" type="jdftyp:string" use="optional"/>
<xs:attribute name="DeviceID" type="jdftyp:shortString" use="optional"/>
<xs:attribute name="ICSVersions" type="jdftyp:NMTOKENS" use="optional"/>
<xs:attribute name="MaxVersion" type="jdftyp:JDFJMFVersion" use="optional"/>
<xs:attribute name="ResponseURL" type="jdftyp:URL" use="optional"/>
<xs:attribute name="SenderID" type="jdftyp:shortString" use="required"/>
<xs:attribute name="TimeStamp" type="jdftyp:dateTime" use="required"/>
<xs:attribute name="Version" type="jdftyp:JDFJMFVersion" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType> |