W3C XML Schema Documenation - traffix-20060215.xsd
complexType GateType
-<complexType name="GateType">
-<annotation>
<documentation lang="en">a gate 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" />
</sequence>
<attribute name="index" type="xsd:unsignedShort" use="required" />
</complexType>
Used By
TraffixType[complexType]


Index Root