kml:SimpleField
Element information
Namespace: http://www.opengis.net/kml/2.2
Schema document: ogckml22.xsd
Type: kml:SimpleFieldType
Properties: Global, Qualified
Content
- Sequence [1..1]
- kml:displayName [0..1]
- kml:SimpleFieldExtensionAbstract [0..*]
from subst. group kml:SimpleFieldExtension
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
type | [0..1] | xsd:string | ||
name | [0..1] | xsd:string |
Used in
- Type kml:SchemaType (Element kml:Schema)
Sample instance
<kml:SimpleField name="string"> <kml:displayName>string</kml:displayName> <kml:SimpleFieldExtension>any content</kml:SimpleFieldExtension> </kml:SimpleField>