complexType Vector2FloatType
diagram DIS_7_2012.autogenerated_diagrams/DIS_7_2012.autogenerated_p573.png
type extension of rootType
properties
base rootType
abstract false
used by
elements MinefieldQueryPdu/Vector2Float MinefieldStatePdu/Vector2Float
attributes
Name  Type  Use  Default  Fixed  Annotation
x  xs:float        
appinfo
X value
y  xs:float        
appinfo
y Value
annotation
appinfo
Two floating point values, x, y
source <xs:complexType name="Vector2FloatType" abstract="false">
 
<xs:annotation>
   
<xs:appinfo>Two floating point values, x, y</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="rootType">
     
<xs:attribute name="x" type="xs:float">
       
<xs:annotation>
         
<xs:appinfo>X value</xs:appinfo>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="y" type="xs:float">
       
<xs:annotation>
         
<xs:appinfo>y Value</xs:appinfo>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
 
<!--abstract='false' base='rootType'-->
</xs:complexType>

attribute Vector2FloatType/@x
type xs:float
annotation
appinfo
X value
source <xs:attribute name="x" type="xs:float">
 
<xs:annotation>
   
<xs:appinfo>X value</xs:appinfo>
 
</xs:annotation>
</xs:attribute>

attribute Vector2FloatType/@y
type xs:float
annotation
appinfo
y Value
source <xs:attribute name="y" type="xs:float">
 
<xs:annotation>
   
<xs:appinfo>y Value</xs:appinfo>
 
</xs:annotation>
</xs:attribute>


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