st:simpleType
source="./XML Schema Part 2 Datatypes.htm#elementsimpleType"
Element information
Namespace: http://niem.gov/niem/external/ogc-observation/draft-0.14.5/st/dhs-gmo/1.0.0
Schema document: external/ogc-observation/draft-0.14.5/st/dhs-gmo/1.0.0/simpleTypeDerivation.xsd
Other elements with the same name: st:simpleType
Type: st:topLevelSimpleType
Properties: Global, Qualified
Content
- Sequence [1..1]
- st:annotation [0..1]
- Choice [1..1]
from group st:simpleDerivation
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
Any attribute | [0..*] | Namespace: ##other, Process Contents: lax | from type st:openAttrs | |
id | [0..1] | xsd:ID | from type st:annotated | |
final | [0..1] | st:simpleDerivationSet | from type st:simpleType | |
name | [1..1] | xsd:NCName | Required at the top level |
Sample instance
<st:simpleType id="ID" name="NCName"> <st:annotation id="ID"> <st:appinfo>Any text, intermingled with: <!--any element--> </st:appinfo> </st:annotation> <st:restriction id="ID"> <st:annotation id="ID"> <st:appinfo>Any text, intermingled with:... </st:appinfo> </st:annotation> <st:simpleType id="ID"> <st:annotation id="ID">... </st:annotation> <st:restriction id="ID">... </st:restriction> </st:simpleType> <st:minExclusive id="ID" value="any text content"> <st:annotation id="ID">... </st:annotation> </st:minExclusive> </st:restriction> </st:simpleType>