AnnoObject

Element Information

Model

Source

<xs:element name="AnnoObject" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="AnnoObject_ID"/>
      <xs:element name="AnnoObject_Ext_ID" minOccurs="0"/>
      <xs:element name="Parent_Item_ID" minOccurs="0"/>
      <xs:element name="Parent_Object_ID" minOccurs="0">
        <xs:annotation>
          <xs:documentation>for Items whose parent is a multi-object item</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Name" type="xs:string" minOccurs="0"/>
      <xs:element name="MultiLine_Name" type="xs:string" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Included when carriage returns have been removed from the Name field</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Version" type="Version_Type" minOccurs="0"/>
      <xs:element name="Appearance" minOccurs="0">
        <xs:complexType>
          <xs:complexContent>
            <xs:extension base="ObjectAppearanceType">
              <xs:attribute name="in_background" type="xs:boolean" use="optional" default="false"/>
            </xs:extension>
          </xs:complexContent>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>

Sample