Namespace: |
|
Type: |
anonymous complexType |
Content: |
complex, 3 attributes, 7 elements |
Defined: |
globally in eruditarticle.xsd, see XML source |
Includes: |
definition of 1 attribute |
Used: |
at 6 locations |
XML Representation Summary | |||||
<persname | |||||
authenticator | = |
xs:NMTOKEN | |||
persnametype | = |
("other" | "marital" | "patronym" | "pseudonym" | "transliteration" | "common") | |||
validationyear | = |
xs:gYear | |||
> | |||||
|
|||||
</persname> |
<persname> <firstname>Harry</firstname> <familyname>Connick</familyname> <suffix>Jr.</suffix> </persname>
<persname> <firstname>John</firstname> <middlename>F.</middlename> <familyname>Kennedy</familyname> </persname>
<xs:element name="persname"> <xs:complexType> <xs:sequence> </xs:sequence> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="other"/> <xs:enumeration value="marital"/> <xs:enumeration value="patronym"/> <xs:enumeration value="pseudonym"/> <xs:enumeration value="transliteration"/> <xs:enumeration value="common"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> |
Type: |
|
Use: |
optional |
Nature or kind of person name.
enumeration of xs:NMTOKEN |
Enumeration: |
"other", "marital", "patronym", "pseudonym", "transliteration", "common" |
Type Derivation Tree xs:NMTOKEN ![]() |
Derivation: |
restriction of xs:NMTOKEN |
|||
Facets: |
|
<xs:attribute name="persnametype"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="other"/> <xs:enumeration value="marital"/> <xs:enumeration value="patronym"/> <xs:enumeration value="pseudonym"/> <xs:enumeration value="transliteration"/> <xs:enumeration value="common"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
XML schema documentation generated with DocFlex/XML 1.7.0 using DocFlex/XML | XSDDoc 2.0.0 template set |