<h:div class="summary">The name of the metadata.</h:div> <h:div class="description">Metadata consists of name-value pairs (value is in the "content" attribute). It is expected that the names come from defined vocabularies (such as Dublin Core). The content is unrestricted. The order of metadata has no implied semantics at present. Users can create their own metadata names using the namespaced prefix syntax (e.g. foo:institution). Ideally these names should be defined in a dictionary.</h:div> |
Attribute | metadataType/@name |
<xsd:simpleType name="metadataType" id="st.metadataType"> <xsd:annotation> <xsd:documentation> <h:div class="summary">The name of the metadata.</h:div> <h:div class="description">Metadata consists of name-value pairs (value is in the "content" attribute). It is expected that the names come from defined vocabularies (such as Dublin Core). The content is unrestricted. The order of metadata has no implied semantics at present. Users can create their own metadata names using the namespaced prefix syntax (e.g. foo:institution). Ideally these names should be defined in a dictionary.</h:div> </xsd:documentation> </xsd:annotation> <xsd:restriction base="namespaceRefType"/> </xsd:simpleType> |