dictionaryPrefixType

<h:div class="summary">A dictionaryPrefix</h:div>
<h:div class="description">
  <h:p>used to identify a dictionary, units, convention or other metadata.</h:p>
</h:div>
<h:div class="curation">2005-12-12: PMR. Added for use with dictionary</h:div>

Simple Type Information

Used By

Source

<xsd:simpleType name="dictionaryPrefixType" id="st.dictionaryPrefixType">
  <xsd:annotation>
    <xsd:documentation>
      <h:div class="summary">A dictionaryPrefix</h:div>
      <h:div class="description">
        <h:p>used to identify a dictionary, units, convention or other metadata.</h:p>
      </h:div>
      <h:div class="curation">2005-12-12: PMR. Added for use with dictionary</h:div>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:annotation>
      <xsd:documentation>
        <h:div class="description">
          <h:p>The dictionary prefix must conform to XSD.</h:p>
        </h:div>
      </xsd:documentation>
    </xsd:annotation>
    <xsd:pattern value="[A-Za-z][A-Za-z0-9_\.\-]*"/>
  </xsd:restriction>
</xsd:simpleType>