diagram | |||||||||||||||||||||||||||||||||||||
namespace | http://www.opengis.net/gml/3.2 | ||||||||||||||||||||||||||||||||||||
type | restriction of gml:ArcStringType | ||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||
children | gml:pos gml:pointProperty gml:pointRep gml:posList gml:coordinates | ||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||
source | <complexType name="ArcType"> <complexContent> <restriction base="gml:ArcStringType"> <sequence> <choice> <choice minOccurs="3" maxOccurs="3"> <element ref="gml:pos"/> <element ref="gml:pointProperty"/> <element ref="gml:pointRep"/> </choice> <element ref="gml:posList"/> <element ref="gml:coordinates"/> </choice> </sequence> <attribute name="numArc" type="integer" fixed="1"/> </restriction> </complexContent> </complexType> |
type | integer | ||||
properties |
|
||||
source | <attribute name="numArc" type="integer" fixed="1"/> |