wfs:GMLObjectType
Name of this GML object type, including any namespace prefix
Element information
Namespace: http://niem.gov/niem/external/ogc-wfs/1.1.0/dhs-gmo/1.0.0
Schema document: external/ogc-wfs/1.1.0/dhs-gmo/1.0.0/wfs.xsd
Type: wfs:GMLObjectTypeType
Properties: Local, Qualified
Content
- Sequence [1..1]
- wfs:Name [1..1] Name of this GML Object type, including any namespace prefix.
- wfs:Title [0..1] Title of this GML Object type, normally used for display to a human.
- wfs:Abstract [0..1] Brief narrative description of this GML Object type, normally used for display to a human.
- ows:Keywords [0..*]
- wfs:OutputFormats [0..1]
Attributes
None
Used in
- Type wfs:GMLObjectTypeListType (Elements wfs:ServesGMLObjectTypeList, wfs:SupportsGMLObjectTypeList)
Sample instance
<wfs:GMLObjectType> <wfs:Name>QName</wfs:Name> <wfs:Title>string</wfs:Title> <wfs:Abstract>string</wfs:Abstract> <ows:Keywords> <ows:Keyword>string</ows:Keyword> <ows:Type>string</ows:Type> </ows:Keywords> <wfs:OutputFormats> <wfs:Format>string</wfs:Format> </wfs:OutputFormats> </wfs:GMLObjectType>