st:union
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
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..1]
- st:annotation [0..1]
- st:simpleType [0..*]
from type st:annotated
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 | |
memberTypes | [0..1] | Anonymous |
Used in
- Group st:simpleDerivation
- Anonymous type of element swe:SimpleType via reference to st:simpleDerivation
- Type st:simpleType via reference to st:simpleDerivation
- Type st:localSimpleType via reference to st:simpleDerivation (Element st:simpleType)
- Type st:topLevelSimpleType via reference to st:simpleDerivation (Element st:simpleType)
Sample instance
<st:union id="ID"> <st:annotation id="ID"> <st:appinfo>Any text, intermingled with: <!--any element--> </st:appinfo> </st:annotation> <st:simpleType id="ID"> <st:annotation id="ID"> <st:appinfo>Any text, intermingled with:... </st:appinfo> </st:annotation> <st:restriction id="ID"> <st:annotation id="ID">... </st:annotation> <st:simpleType id="ID">... </st:simpleType> <st:minExclusive id="ID" value="any text content">... </st:minExclusive> </st:restriction> </st:simpleType> </st:union>