|
Namespace |
http://www.opengis.net/gml/3.2 |
Diagram
|
|
Used by
|
|
Model |
gml:rangeParameters , (gml:fileName | gml:fileReference) , gml:fileStructure , gml:mimeType{0,1} , gml:compression{0,1} |
Children |
gml:compression, gml:fileName, gml:fileReference, gml:fileStructure, gml:mimeType, gml:rangeParameters |
Source
|
<complexType name="FileType">
<sequence>
<element ref="gml:rangeParameters"/>
<choice>
<element name="fileName" type="anyURI">
<annotation>
<appinfo>deprecated</appinfo>
</annotation>
</element>
<element name="fileReference" type="anyURI"/>
</choice>
<element name="fileStructure" type="gml:CodeType"/>
<element name="mimeType" type="anyURI" minOccurs="0"/>
<element name="compression" type="anyURI" minOccurs="0"/>
</sequence>
</complexType> |
|
Schema location |
http://schemas.opengis.net/gml/3.2.1/coverage.xsd |
|
|