metadataContainerFieldValues

Simple Type Information

Used By

Source

<xs:simpleType name="metadataContainerFieldValues">
  <xs:annotation>
    <xs:appinfo>metadataContainerFieldValues provide allowed enumeration values for Metadata node containerField: "value" if parent node is MetadataSet, otherwise "metadata" default.</xs:appinfo>
    <xs:documentation source="http://www.w3.org/TR/html4/struct/dirlang.html#adef-dir"/>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="metadata">
      <xs:annotation>
        <xs:appinfo>this node provides metadata information regarding it's parent node</xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="value">
      <xs:annotation>
        <xs:appinfo>parent node is MetadataSet, this node is part of a metadata collection</xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>