<div xmlns="http://www.w3.org/1999/xhtml"> <h3>Given (First) Names</h3> </div> |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
id | xsd:ID | optional | |||||
initials | xsd:string | optional | |||||
xml:base | xs:anyURI | optional |
|
Element | name |
Element Group | person-name.class |
<xsd:element name="given-names"> <xsd:annotation> <xsd:documentation> <div xmlns="http://www.w3.org/1999/xhtml"> <h3>Given (First) Names</h3> </div> </xsd:documentation> </xsd:annotation> <xsd:complexType mixed="true"> <xsd:choice minOccurs="0" maxOccurs="unbounded"> <xsd:group ref="given-names-elements"/> </xsd:choice> <xsd:attribute name="id" use="optional" type="xsd:ID"/> <xsd:attribute name="initials" use="optional" type="xsd:string"/> <xsd:attribute ref="xml:base" use="optional"/> </xsd:complexType> </xsd:element> |