nameaddsType

Complex Type Information

Model

Children: existdate, nameadd, place

Attributes

QName Type Fixed Default Use Inheritable Annotation
ea xs:NMTOKEN optional
id xs:NMTOKEN optional
languagecode xs:NMTOKEN optional
scriptcode xs:NMTOKEN optional

Used By

Source

<xs:complexType name="nameaddsType">
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:element name="place" type="placeType"/>
    <xs:element name="existdate" type="existdateType"/>
    <xs:element name="nameadd" type="nameaddType"/>
  </xs:choice>
  <xs:attribute name="id" type="xs:NMTOKEN"/>
  <xs:attribute name="ea" type="xs:NMTOKEN"/>
  <xs:attribute name="languagecode" type="xs:NMTOKEN"/>
  <xs:attribute name="scriptcode" type="xs:NMTOKEN"/>
</xs:complexType>