complexType EthernetInterfacesType
diagram index_p519.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsRGroup.xsd
children Name Type IPAddress Ports
used by
element RecorderReproducerInfoType/EthernetInterface
attributes
Name  Type  Use  Default  Fixed  annotation
TmatsVersion      
documentation
The IRIG version this document conforms to
documentation
Added 106-15 as an option
source <xs:complexType name="EthernetInterfacesType">
 
<xs:sequence>
   
<xs:element name="Name" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>EINM</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Type" type="TmatsCommon:EthernetType">
     
<xs:annotation>
       
<xs:documentation>EIT</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="IPAddress" type="TmatsCommon:IPAddressType">
     
<xs:annotation>
       
<xs:documentation>EIIP</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Ports" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Repeats EIIP\N times</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="Address">
           
<xs:annotation>
             
<xs:documentation>EI\PA</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:nonNegativeInteger">
               
<xs:minInclusive value="0"/>
               
<xs:maxInclusive value="99999"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:element>
         
<xs:element name="Type" type="TmatsCommon:EthernetType">
           
<xs:annotation>
             
<xs:documentation>EI\PT</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute ref="TmatsCommon:TmatsVersion"/>
</xs:complexType>

element EthernetInterfacesType/Name
diagram index_p520.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsRGroup.xsd
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
EINM
source <xs:element name="Name" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>EINM</xs:documentation>
 
</xs:annotation>
</xs:element>

element EthernetInterfacesType/Type
diagram index_p521.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsRGroup.xsd
type TmatsCommon:EthernetType
properties
isRef 0
content simple
facets
enumeration Reserved
enumeration Download
enumeration Data Streaming
enumeration Data Streaming, Download
enumeration Control and Status
enumeration Control and Status, Download
enumeration Control and Status, Data Streaming
enumeration Control and Status, Data Streaming, Download
annotation
documentation
EIT
source <xs:element name="Type" type="TmatsCommon:EthernetType">
 
<xs:annotation>
   
<xs:documentation>EIT</xs:documentation>
 
</xs:annotation>
</xs:element>

element EthernetInterfacesType/IPAddress
diagram index_p522.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsRGroup.xsd
type TmatsCommon:IPAddressType
properties
isRef 0
content simple
facets
pattern (25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)
annotation
documentation
EIIP
source <xs:element name="IPAddress" type="TmatsCommon:IPAddressType">
 
<xs:annotation>
   
<xs:documentation>EIIP</xs:documentation>
 
</xs:annotation>
</xs:element>

element EthernetInterfacesType/Ports
diagram index_p523.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsRGroup.xsd
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children Address Type
annotation
documentation
Repeats EIIP\N times
source <xs:element name="Ports" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Repeats EIIP\N times</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Address">
       
<xs:annotation>
         
<xs:documentation>EI\PA</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:nonNegativeInteger">
           
<xs:minInclusive value="0"/>
           
<xs:maxInclusive value="99999"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="Type" type="TmatsCommon:EthernetType">
       
<xs:annotation>
         
<xs:documentation>EI\PT</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element EthernetInterfacesType/Ports/Address
diagram index_p524.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsRGroup.xsd
type restriction of xs:nonNegativeInteger
properties
isRef 0
content simple
facets
minInclusive 0
maxInclusive 99999
annotation
documentation
EI\PA
source <xs:element name="Address">
 
<xs:annotation>
   
<xs:documentation>EI\PA</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:nonNegativeInteger">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="99999"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element EthernetInterfacesType/Ports/Type
diagram index_p525.png
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsRGroup.xsd
type TmatsCommon:EthernetType
properties
isRef 0
content simple
facets
enumeration Reserved
enumeration Download
enumeration Data Streaming
enumeration Data Streaming, Download
enumeration Control and Status
enumeration Control and Status, Download
enumeration Control and Status, Data Streaming
enumeration Control and Status, Data Streaming, Download
annotation
documentation
EI\PT
source <xs:element name="Type" type="TmatsCommon:EthernetType">
 
<xs:annotation>
   
<xs:documentation>EI\PT</xs:documentation>
 
</xs:annotation>
</xs:element>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy