<rc>
(Metadata Record)
This element represents a reference to a specific metadata record.
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
A 1-based index to the metadata record type in The possible values for this attribute are defined by the XML Schema unsignedInt datatype. |
|
A zero based index to a specific metadata record. If the corresponding The possible values for this attribute are defined by the XML Schema unsignedInt datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_MetadataRecord">
<attribute name="t" type="xsd:unsignedInt" use="required"/>
<attribute name="v" type="xsd:unsignedInt" use="required"/>
</complexType>