OBJECT

Element Information

Model

Children: ADDRESS, DESCRIPTION, ID, NAME

Attributes

QName Type Fixed Default Use Inheritable Annotation
type optional
version optional

Used By

Source

<xs:element name="OBJECT">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="ID"/>
      <xs:element ref="NAME" minOccurs="0"/>
      <xs:element ref="ADDRESS" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="DESCRIPTION" minOccurs="0"/>
    </xs:sequence>
    <xs:attribute name="type"/>
    <xs:attribute name="version"/>
  </xs:complexType>
</xs:element>

Sample