Showing:

Attributes
Diagrams
Properties
Source
Used by
Element gml:FileType / gml:fileName
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram
Type anyURI
Properties
content: simple
Source
<element name="fileName" type="anyURI">
  <annotation>
    <appinfo>deprecated</appinfo>
  </annotation>
</element>
Schema location http://schemas.opengis.net/gml/3.2.1/coverage.xsd
Element gml:FileType / gml:fileReference
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram
Type anyURI
Properties
content: simple
Source
<element name="fileReference" type="anyURI"/>
Schema location http://schemas.opengis.net/gml/3.2.1/coverage.xsd
Element gml:FileType / gml:fileStructure
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index66.tmp#id106 index66.tmp#id105
Type gml:CodeType
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element name="fileStructure" type="gml:CodeType"/>
Schema location http://schemas.opengis.net/gml/3.2.1/coverage.xsd
Element gml:FileType / gml:mimeType
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram
Type anyURI
Properties
content: simple
minOccurs: 0
Source
<element name="mimeType" type="anyURI" minOccurs="0"/>
Schema location http://schemas.opengis.net/gml/3.2.1/coverage.xsd
Element gml:FileType / gml:compression
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram
Type anyURI
Properties
content: simple
minOccurs: 0
Source
<element name="compression" type="anyURI" minOccurs="0"/>
Schema location http://schemas.opengis.net/gml/3.2.1/coverage.xsd
Complex Type gml:FileType
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index176.tmp#id1008 index177.tmp#id1012 index177.tmp#id1013 index177.tmp#id1014 index177.tmp#id1015 index177.tmp#id1016
Used by
Element gml:File
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