Class XJMF

java.lang.Object
org.cip4.lib.xjdf.schema.XJMF
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public class XJMF extends Object implements Serializable

Java class for anonymous complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.CIP4.org/JDFSchema_2_0}Header"/>
         <choice maxOccurs="unbounded">
           <element ref="{http://www.CIP4.org/JDFSchema_2_0}Message"/>
           <any processContents='lax' namespace='##other'/>
         </choice>
       </sequence>
       <attribute name="Version" type="{http://www.CIP4.org/JDFSchema_2_0}Version" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </restriction>
   </complexContent>
 </complexType>
 
See Also: