Module nl.tno.omt
Package nl.tno.omt

Class DataTypesType

java.lang.Object
nl.tno.omt.DataTypesType

public class DataTypesType extends Object

Java class for dataTypesType complex type.

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

 <complexType name="dataTypesType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="basicDataRepresentations" type="{http://standards.ieee.org/IEEE1516-2010}basicDataRepresentationsType"/>
         <element name="simpleDataTypes" type="{http://standards.ieee.org/IEEE1516-2010}simpleDataTypesType"/>
         <element name="enumeratedDataTypes" type="{http://standards.ieee.org/IEEE1516-2010}enumeratedDataTypesType"/>
         <element name="arrayDataTypes">
           <complexType>
             <complexContent>
               <extension base="{http://standards.ieee.org/IEEE1516-2010}arrayDataTypesType">
                 <anyAttribute namespace='##other'/>
               </extension>
             </complexContent>
           </complexType>
         </element>
         <element name="fixedRecordDataTypes" type="{http://standards.ieee.org/IEEE1516-2010}fixedRecordDataTypesType"/>
         <element name="variantRecordDataTypes" type="{http://standards.ieee.org/IEEE1516-2010}variantRecordDataTypesType"/>
         <any namespace='##other' minOccurs="0"/>
       </sequence>
       <attGroup ref="{http://standards.ieee.org/IEEE1516-2010}commonAttributes"/>
       <anyAttribute namespace='##other'/>
     </restriction>
   </complexContent>
 </complexType>