person

Element Information

Model

Children: email, fullname, name, org

Attributes

QName Type Fixed Default Use Inheritable Annotation
id ident required

Used By

Complex Type person

Source

<xs:element name="person">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="fullname"/>
      <xs:element minOccurs="0" ref="name"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="email"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="org"/>
    </xs:sequence>
    <xs:attribute name="id" use="required" type="ident"/>
  </xs:complexType>
</xs:element>

Sample