InstanceMetadataSet
Element information
Namespace: None
Schema document: ContextValueAssociation.xsd
Type: cva:InstanceMetadataSet
Properties: Local, Unqualified
Content
- Sequence [1..1]
- Annotation [0..1]
- InstanceMetadata [0..*]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
xml:id | [1..1] | xsd:ID |
Used in
- Type cva:InstanceMetadataSets (Element InstanceMetadataSets)
Sample instance
<InstanceMetadataSet xml:id="ID"> <Annotation> <Description>Any text, intermingled with: <!--any element--> </Description> <AppInfo>Any text, intermingled with: <!--any element--> </AppInfo> </Annotation> <InstanceMetadata address="string" identification="string"> <Annotation> <Description>Any text, intermingled with: <!--any element--> </Description> <AppInfo>Any text, intermingled with: <!--any element--> </AppInfo> </Annotation> </InstanceMetadata> </InstanceMetadataSet>