OUT_DropCables.xsd

Dieter De Paepe, 2012-11-22 05:20 AM

Download (1.15 KB)

 
1
<?xml version="1.0" encoding="UTF-8"?>
2
<xsd:schema xmlns:csf="http://www.comsof.com/fiberplanit" xmlns:gml="http://www.opengis.net/gml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://www.comsof.com/fiberplanit">
3
  <xsd:import namespace="http://www.opengis.net/gml" schemaLocation="http://schemas.opengis.net/gml/2.1.2/feature.xsd"/>
4
  <xsd:complexType name="out_drop_cable">
5
    <xsd:complexContent>
6
      <xsd:extension base="gml:AbstractFeatureType">
7
        <xsd:sequence>
8
          <xsd:element maxOccurs="1" minOccurs="0" name="route" nillable="true" type="gml:MultiLineStringPropertyType"/>
9
          <xsd:element maxOccurs="1" minOccurs="0" name="CABLEGRAN" nillable="true" type="xsd:int"/>
10
          <xsd:element maxOccurs="1" minOccurs="0" name="TOP_AGG_ID" nillable="true" type="xsd:int"/>
11
          <xsd:element maxOccurs="1" minOccurs="0" name="CABLE_ID" nillable="true" type="xsd:int"/>
12
        </xsd:sequence>
13
      </xsd:extension>
14
    </xsd:complexContent>
15
  </xsd:complexType>
16
  <xsd:element name="out_drop_cable" substitutionGroup="gml:_Feature" type="csf:out_drop_cable"/>
17
</xsd:schema>