Definition Type: ComplexType
Name: CT_PersonType
Namespace: http://schemas.openxmlformats.org/officeDocument/2006/bibliography
Containing Schema: shared-bibliography.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Middle in schema shared-bibliography_xsd Drilldown into First in schema shared-bibliography_xsd Drilldown into Last in schema shared-bibliography_xsdXSD Diagram of CT_PersonType in schema shared-bibliography_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_PersonType">
    <xsd:sequence>
        <xsd:element name="Last" type="ST_String255" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Person's Last, or Family, Name</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="First" type="ST_String255" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Person's First, or Given, Name</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Middle" type="ST_String255" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Person's Middle, or Other, Name</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Last nsH:Last 0 unbounded
First nsH:First 0 unbounded
Middle nsH:Middle 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsH:Person