simpleType "UniquenessScopeType"
Namespace: |
|
Defined: |
|
Used: |
|
Simple Content Model |
enumeration of xs:string |
Simple Content Restrictions:
Enumeration: |
"Agency" |
- |
The element ID is unique within the scope of the agency/sub-agency designation.
|
"Maintainable" |
- |
The element ID is unique within the scope of the parent maintainable object ID.
|
|
All Direct / Indirect Based Attributes (1):
-
Annotation
States the scope of uniqueness for the ID. The default value is Agency. This asserts that the ID will be a unique value within the Agency/Sub-Agency provided in the element Agency. Changing this value to Maintainable indicates that the ID is unique only within the scope of its parent maintainable object.
Type Derivation Tree
xs:string (restriction)
UniquenessScopeType
|
Derivation: |
restriction of xs:string
|
Facets: |
enumeration: |
"Agency" |
- |
The element ID is unique within the scope of the agency/sub-agency designation.
|
"Maintainable" |
- |
The element ID is unique within the scope of the parent maintainable object ID.
|
|
|
XML Source (w/o annotations (3); see within schema source)
<xs:restriction base="xs:string">
<xs:enumeration value="Agency"/>
<xs:enumeration value="Maintainable"/>
</xs:restriction>
</xs:simpleType>
|