complexType PropelledInformation
diagram
namespace http://dsrc_r70/DSRC
children human animal motor
used by
element PersonalSafetyMessage/propulsion
source <xsd:complexType name="PropelledInformation">
 
<xsd:choice>
   
<xsd:element name="human" type="HumanPropelledType"/>
   
<xsd:element name="animal" type="AnimalPropelledType"/>
   
<xsd:element name="motor" type="MotorizedPropelledType"/>
   
<xsd:any namespace="##other" processContents="lax"/>
 
</xsd:choice>
</xsd:complexType>

element PropelledInformation/human
diagram
type HumanPropelledType
properties
isRef 0
content complex
children unavailable otherTypes onFoot skateboard pushOrKickScooter wheelchair
source <xsd:element name="human" type="HumanPropelledType"/>

element PropelledInformation/animal
diagram
type AnimalPropelledType
properties
isRef 0
content complex
children unavailable otherTypes animalMounted animalDrawnCarriage
source <xsd:element name="animal" type="AnimalPropelledType"/>

element PropelledInformation/motor
diagram
type MotorizedPropelledType
properties
isRef 0
content complex
children unavailable otherTypes wheelChair bicycle scooter selfBalancingDevice
source <xsd:element name="motor" type="MotorizedPropelledType"/>


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