NamedReference¶
The NamedReference is a generic type used to create references to other elements by name.
For example, to add Event references in EventResponse, and AxisControl references in AxisControlGroup.
XML schema¶
NamedReferenceType¶
Complex type
NamedReferenceType¶1 2 3 | <xs:complexType name="NamedReferenceType">
<xs:attribute name="Name" type="xs:string" use="required"/>
</xs:complexType>
|
Attribute |
Description |
|---|---|
|
Used to specify the name, which can be used for reference. |
See also
Use cases of NamedReferenceType: