Element: overrideAttribute
An overrideAttribute is always set to the value specified in this element, even if it is found in the CST, or in the action client request. You can use the overrideAttribute to specify constant values that are required in the CoA or DM (action) request. For example, a request for a lawful intercept action may require that a VSA always be present in the request with the value: enable intercept.
XML Instance Representation
XML Instance Representation
<overrideAttribute
name=" xs:NCName [1]"
value="anySimpleType [1]"/>
Schema Component Representation
Schema Component Representation
<xs:element name="overrideAttribute"> <xs:complexType> <xs:attribute name="name" type=" xs:NCName " use="required"/> <xs:attribute name="value" use="required"/> </xs:complexType> </xs:element>