NameSet

Name(s) for a resource.

Element Group Information

Model

Children: LongName, ShortName

Used By

Complex Types Column, Identification, Key

Source

<xsd:group name="NameSet">
  <xsd:annotation>
    <xsd:documentation>Name(s) for a resource.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="ShortName" type="xsd:token">
      <xsd:annotation>
        <xsd:documentation>Short name (token) for the resource.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="LongName" minOccurs="0" maxOccurs="unbounded" type="xsd:normalizedString">
      <xsd:annotation>
        <xsd:documentation>Long name for the resource.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
</xsd:group>