Objects

Database objects are specified by OBJECT elements, all of which must be included in a single OBJECTS element. The OBJECT element is empty and includes one required attribute, ID, which specifies the value for the object’s identifier. ID values must be unique non-negative integers and are typically sequential numbers.

<OBJECTS>

Attributes  None.

Children 

OBJECT zero or more The data file includes one OBJECT element for each object in the database.

Content Model 

(OBJECT*)

Example  See OBJECT.

<OBJECT>

Attributes 

ID required ID values must be unique non-negative integers and are typically sequential numbers.

Children  None.

Content Model 

EMPTY

Example 

<OBJECTS>
   <OBJECT ID="1"/>
   <OBJECT ID="2"/>
   <OBJECT ID="3"/>
   <OBJECT ID="4"/>
   <OBJECT ID="5"/>
</OBJECTS>