complexType VehicleSize
diagram
namespace http://dsrc_r70/DSRC
children width length
used by
element BSMcoreData/size
source <xsd:complexType name="VehicleSize">
 
<xsd:sequence>
   
<xsd:element name="width" type="VehicleWidth"/>
   
<xsd:element name="length" type="VehicleLength"/>
 
</xsd:sequence>
</xsd:complexType>

element VehicleSize/width
diagram
type VehicleWidth
properties
isRef 0
content simple
facets
minInclusive 0
maxInclusive 1023
source <xsd:element name="width" type="VehicleWidth"/>

element VehicleSize/length
diagram
type VehicleLength
properties
isRef 0
content simple
facets
minInclusive 0
maxInclusive 4095
source <xsd:element name="length" type="VehicleLength"/>


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