2.2.1.5.14 ref Element
The ref XML element represents information about an error parameter. Depending on what the error is, specific named parameters MUST be defined. For more information about errors and their mandatory parameters, see section 2.2.1.5.17.
-
<xs:element name="ref" nillable="true" > <xs:complexType> <xs:simpleContent> <xs:extension base="xs:string" > <xs:attribute name="refId" type="xs:string" /> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element>
Attributes
|
Name |
Type |
Description |
|---|---|---|
|
refId |
xs:string |
MUST be the name of the error parameter. |
extension: MUST be the value of the error parameter that is associated with this refId.