Position
Java class for Position complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="Position">
<complexContent>
<extension base="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain}MatrikkelComponent">
<sequence>
<element name="x" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="y" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="z" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
Content copied to clipboard