complexType AxleWeightSet
diagram
namespace http://dsrc_r70/DSRC
children location weight
used by
element AxleWeightList/AxleWeightSet
source <xsd:complexType name="AxleWeightSet">
 
<xsd:sequence>
   
<xsd:element name="location" type="AxleLocation" minOccurs="0"/>
   
<xsd:element name="weight" type="AxleWeight" minOccurs="0"/>
   
<xsd:any namespace="##other" processContents="lax" minOccurs="0"/>
 
</xsd:sequence>
</xsd:complexType>

element AxleWeightSet/location
diagram
type AxleLocation
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="location" type="AxleLocation" minOccurs="0"/>

element AxleWeightSet/weight
diagram
type AxleWeight
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minInclusive 0
maxInclusive 64255
source <xsd:element name="weight" type="AxleWeight" minOccurs="0"/>


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