http://sndlib.zib.de/network
simpleType coordinatesType

Super Types
{http://www.w3.org/2001/XMLSchema}string
|
+--{http://sndlib.zib.de/network}coordinatesType (restriction)

Documentation
Defines the allowed coordinate types
Properties
This component is not nillable.

Model

('pixel' | 'geographical')

Source
<xs:simpleType name="coordinatesType">
<xs:restriction base="xs:string">
<xs:enumeration value="pixel"/>
<xs:enumeration value="geographical"/>
</xs:restriction>
</xs:simpleType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.