simpleType "ActionCodeType"
Namespace: |
|
Defined: |
|
Used: |
|
Simple Content Model |
enumeration of xs:string |
Simple Content Restrictions:
Enumeration: |
"Add" |
- |
A new identifiable object (an Identifiable, Versionable, or Maintainable element) is provided locally with a new identifier (one that is not inherited). All properties (elements and attributes contained in the object) of the object are as specified. If an object with an existing ID is created, this is an error.
|
"Update" |
- |
An object is provided locally with the SAME id as the inherited object. For each type of property that is specified locally, a full set of those properties is specified for local use. These properties replace any properties of this type which were inherited. Unspecified properties are used as inherited.
|
"Delete" |
- |
An object is provided locally with the SAME ID as the inherited object. All properties specified locally in this object will be deleted if their types and values match those inherited. Note that to completely delete an object at the local level, all properties of the inherited object must be listed.
|
|
All Direct / Indirect Based Attributes (1):
-
Annotation
The attribute "action" is used for inheritance situations in which there is an override at the local level (within a grouped StudyUnit) which is not available for further inheritance. There are three possible values for "action" include Add, Update, and Delete.
Type Derivation Tree
xs:string (restriction)
ActionCodeType
|
Derivation: |
restriction of xs:string
|
Facets: |
enumeration: |
"Add" |
- |
A new identifiable object (an Identifiable, Versionable, or Maintainable element) is provided locally with a new identifier (one that is not inherited). All properties (elements and attributes contained in the object) of the object are as specified. If an object with an existing ID is created, this is an error.
|
"Update" |
- |
An object is provided locally with the SAME id as the inherited object. For each type of property that is specified locally, a full set of those properties is specified for local use. These properties replace any properties of this type which were inherited. Unspecified properties are used as inherited.
|
"Delete" |
- |
An object is provided locally with the SAME ID as the inherited object. All properties specified locally in this object will be deleted if their types and values match those inherited. Note that to completely delete an object at the local level, all properties of the inherited object must be listed.
|
|
|
XML Source (w/o annotations (4); see within schema source)
<xs:restriction base="xs:string">
<xs:enumeration value="Add"/>
<xs:enumeration value="Update"/>
<xs:enumeration value="Delete"/>
</xs:restriction>
</xs:simpleType>
|