Element: action
Actions that are expressed as a RADIUS CoA, DM, or PoD request, and the special action of querying the current sessions table (CST) and returning its contents are supported. All actions must be of type radiusRequest or localSessionQuery.
Name each action something generic so that different vendor devices can use the same names for equivalent actions.
XML Instance Representation
XML Instance Representation
<action description="anySimpleType [0..1]" name=" xs:NCName [1]"> Start Choice [1] <localSessionQuery> ... </localSessionQuery> [1] <radiusRequest> ... </radiusRequest> [1] End Choice </action>
Schema Component Representation
Schema Component Representation
<xs:element name="action"> <xs:complexType> <xs:choice> <xs:element ref=" localSessionQuery "/> <xs:element ref=" radiusRequest "/> </xs:choice> <xs:attribute name="description"/> <xs:attribute name="name" type=" xs:NCName " use="required"/> </xs:complexType> </xs:element>