<xs:element name="ObjectState" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="ObjectState_ID"/> <xs:element name="ObjectState_Ext_ID" minOccurs="0"/> <xs:element name="Name"/> <xs:element name="Item_ID"/> <xs:element name="Object_ID" minOccurs="0"> <xs:annotation> <xs:documentation>Included only for multi-object Items</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Function_ID" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>List of functions that are active on this item when this object state is enabled</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |