[EGiB] Schemat aplikacyjny GML: Adres

Zaczęty przez support, Czwartek 17 Grudzień 2015, 13:13:01

Poprzedni wątek - Następny wątek

0 użytkowników i 1 Gość przegląda ten wątek.

supportAutor w?tku

Schemat aplikacyjny GML:
Adres
Kod  gml [Zaznacz]
<?xml version="L0" encoding="UTF-8"?> <schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:egb="um:gugik:specyfikacje:gmlas:ewidencjaGruntowBudynkow:L0" xmlns:bt="um:gugik:specyfikacje:gmlas:modelPodstawowy: 1.0" targetNamespace="urn:gugik:specyfikacje:gmlas:ewidencjaGruntowBudynkow:L0" elementFormDefault="qualified" version="2.0"> <import namespace="http://www.opengis.net/gml/3.2" schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd"/> <import namespace="urn:gugik:specyfikacje:gmlas:modelPodstawowy: 1.0" schemaLocation="BT_ModelPodstawowy.xsd"/> <include schemaLocation="EGB_OgolnyObiekt.xsd"/> <!-- ============================================================= --> <element name="EGB_Adres" type="egb:EGB_AdresType" substitutionGroup="egb:EGB_OgolnyObiekt"/> <complexType name="EGB_AdresType"> <complexContent> <extension base="egb:EGB_OgolnyObiektType"> <sequence> <element name="geometria" type="gml:PointPropertyType" minOccurs="0"/> <element name="kraj" type="string" minOccurs="0"/> <element name="wojewodztwo" type="string" minOccurs="0"/> <element name="powiat" type="string" minOccurs="0"/> <element name="gmina" type="string" minOccurs="0"/> <element name="nazwaWlasna" type="string" minOccurs="0"/> <element name="kodPocztowy" nillable="true" minOccurs="0"> <complexType> <simpleContent> <extension base="string"> <attribute name="nilReason" type="gml:NilReasonType"/> </extension> </simpleContent> </complexType> </element> <element name="miejscowosc" nillable="true"> <complexType> <simpleContent> <extension base="string"> <attribute name="nilReason" type="gml:NilReasonType"/> </extension> </simpleContent> </complexType> </element> <element name="nrLokalu" nillable="true" minOccurs="0"> <complexType> <simpleContent> <extension base="string"> <attribute name="nilReason" type="gml:NilReasonType"/> </extension> </simpleContent> </complexType> </element> <element name="numerPorzadkowy" nillable="true" minOccurs="0"> <complexType> <simpleContent> <extension base="string"> <attribute name="nilReason" type="gml:NilReasonType"/> </extension> </simpleContent> </complexType> </element> <element name="terytMiejscowosci" nillable="true"> <complexType> <simpleContent> <extension base="string"> <attribute name="nilReason" type="gml:NilReasonType"/> </extension> </simpleContent> </complexType> </element> <element name="terytUlicy" nillable="true" minOccurs="0"> <complexType> <simpleContent> <extension base="string"> <attribute name="nilReason" type="gml:NilReasonType"/> </extension> </simpleContent> </complexType> </element> <element name="ulica" nillable="true" minOccurs="0"> <complexType> <simpleContent> <extension base="string"> <attribute name="nilReason" type="gml:NilReasonType"/> </extension> </simpleContent> </complexType> </element> </sequence> </extension> </complexContent> </complexType> <complexType name="EGB_AdresPropertyType"> <sequence minOccurs="0"> <element ref="egb:EGB_Adres"/> </sequence> <attributeGroup ref="gml:AssotiationAttributeGroup"/> <attributeGroup ref="gml:OwnershipAttributeGroup"/> </complexType> </schema>
"Być narodowi użytecznym" - Stanisław Staszic, Patron techników polskich.