<xs:element name="PostedSpeed">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
</xs:choice>
<xs:attribute name="staStart" type="station" />
<xs:attribute name="staEnd" type="station" />
<xs:attribute name="sideofRoad" type="sideofRoadType" />
<xs:attribute name="speedLimit" type="speed" />
</xs:complexType>
</xs:element>
|