Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Global elements can be used by any other datastore element.
The following global elements can be used by any datastore element.
Element | Description |
---|---|
PROPERTYCONTAINER | Global element used by any object.
Represents a collection of element properties. |
PROPERTY | Global element used by any object.
Represents the object name, ID, and other characteristic attributes. |
Member Elements
PROPERTYCONTAINER
Every datastore OBJECT element can have a PROPERTYCONTAINER sub-element. PROPERTYCONTAINER elements contain only PROPERTY elements.<PROPERTYCONTAINER> <PROPERTY>...</PROPERTY> ... </PROPERTYCONTAINER>
PROPERTY
A PROPERTY element has associated attribute values that correspond to the property name and property ID.<PROPERTY Name = "PropertyA" ID = "PropertyA">Value</PROPERTY>
In addition, a PROPERTY element can contain PROPERTYCONTAINER elements:
<PROPERTY ID = "PropertyGroup"> <PROPERTYCONTAINER> <PROPERTY ID = "PropertyGroupA">Value</PROPERTY> <PROPERTY ID = "PropertyGroupB">Value</PROPERTY> </PROPERTYCONTAINER> </PROPERTY>
A PROPERTY element that contains a PROPERTYCONTAINER element cannot have a value.
See Also
Send Feedback on this topic to the authors