nameType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
name-type restriction of xs:string optional

Used By

Source

<xs:complexType name="nameType">
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute name="name-type">
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:enumeration value="legal"/>
            <xs:enumeration value="natural"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:attribute>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>