W3C XML Schema Documenation - traffix-20070415.xsd
complexType ZoneType
-<complexType name="ZoneType">
-<annotation>
<documentation lang="en">a zone in the network</documentation>
</annotation>
-<sequence>
<element name="name" type="xsd:string" minOccurs="0" maxOccurs="1" />
<element name="position" type="PositionType" minOccurs="0" maxOccurs="1" />
<element name="latlonposition" type="LatLonPositionType" minOccurs="0" maxOccurs="1" />
<element name="links" type="LinksType" minOccurs="0" maxOccurs="1" />
<element name="units" type="UnitsType" minOccurs="0" maxOccurs="unbounded" />
<element name="gatepaths" type="GatePathsType" minOccurs="0" maxOccurs="unbounded" />
</sequence>
<attribute name="index" type="xsd:unsignedShort" use="required" />
</complexType>
Used By
ScenarioType[complexType]
TraffixType[complexType]


Index Root