complexType ValidRegion
diagram Docs_p427.png
namespace http://www.DSRC-Draft-03-00-24
children tag durationLength area
source <xs:complexType name="ValidRegion">
 
<xs:sequence>
   
<xs:element name="tag" type="NULL"/>
   
<xs:element name="durationLength" type="OPTIONAL"/>
   
<xs:element name="area">
     
<xs:complexType>
       
<xs:choice>
         
<xs:element name="shapePointSet" type="ShapePointSet"/>
         
<xs:element name="circle" type="Circle"/>
       
</xs:choice>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element ValidRegion/tag
diagram Docs_p428.png
type NULL
properties
isRef 0
source <xs:element name="tag" type="NULL"/>

element ValidRegion/durationLength
diagram Docs_p429.png
type OPTIONAL
properties
isRef 0
source <xs:element name="durationLength" type="OPTIONAL"/>

element ValidRegion/area
diagram Docs_p430.png
properties
isRef 0
content complex
children shapePointSet circle
source <xs:element name="area">
 
<xs:complexType>
   
<xs:choice>
     
<xs:element name="shapePointSet" type="ShapePointSet"/>
     
<xs:element name="circle" type="Circle"/>
   
</xs:choice>
 
</xs:complexType>
</xs:element>

element ValidRegion/area/shapePointSet
diagram Docs_p431.png
type ShapePointSet
properties
isRef 0
content complex
source <xs:element name="shapePointSet" type="ShapePointSet"/>

element ValidRegion/area/circle
diagram Docs_p432.png
type Circle
properties
isRef 0
content complex
children center raduis
source <xs:element name="circle" type="Circle"/>


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