complexType "ItemMapType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<... |
|
|
= |
("Canonical" | "Deprecated") |
|
= |
("Add" | "Update" | "Delete") |
|
= |
xs:anyURI |
|
= |
("Agency" | "Maintainable") : "Agency" |
|
= |
"true" |
|
= |
xs:NCName |
|
|
> |
|
|
</...> |
Content Model Elements (10):
-
All Direct / Indirect Based Elements (1):
-
Annotation
Maps two items of the same type within the Source and Target Schemes identified.
Type Derivation Tree ItemMapType |
XML Source (w/o annotations (6); see within schema source)
<xs:complexType name="ItemMapType"> <xs:complexContent> <xs:sequence> </xs:sequence> <xs:attribute name="alias" type="xs:NCName" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |
Attribute Detail (all declarations; defined within this component only; 1/6)
alias-
Type: |
xs:NCName, predefined |
Use: |
optional |
Allows for an alias to be assigned to the correspondence between two items, so that it can be referred to with a single name, that would include both related items.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="alias" type="xs:NCName" use="optional"/> |
Content Element Detail (all declarations; defined within this component only; 4/10) -
Describe the level of similarity and difference between the Source and the Target objects.
XML Source (w/o annotations (1); see within schema source)
-
Identifies related maps for example an ItemMap of two questions may point to the CodeMap defining the comparison of the two response domains.
XML Source (w/o annotations (1); see within schema source)
-
The ID of the source object in the source scheme already identified. Note that the version of the object is whichever version of it that exists in the version of the parent scheme as identified.
Simple Content
Pattern: |
[A-Z|a-z|0-9|_|\-|\*|@|$]+ |
XML Source (w/o annotations (1); see within schema source)
-
The ID of the target object in the target scheme already identified. Note that the version of the object is whichever version of it that exists in the version of the parent scheme as identified.
Simple Content
Pattern: |
[A-Z|a-z|0-9|_|\-|\*|@|$]+ |
XML Source (w/o annotations (1); see within schema source)