isReference Property
Returns a Boolean variant. A value of true indicates that the XML Schema attribute object is a reference to a top-level <element> declaration.
[Script]
Implementation Syntax
var bolIsReference = oISchemaAttribute.isReference;
Parameters
None.
Return Values
- bolIsReference
- A Boolean variant. Indicates whether the XML Schema
attributeobject is a reference to a top-level<element>declaration.
[Visual Basic]
Implementation Syntax
bolIsReference = oISchemaAttribute.isReference
Parameters
None.
Return Values
- bolIsReference
- A Boolean variant. Indicates whether the XML Schema
attributeobject is a reference to a top-level<element>declaration
[C/C++]
Implementation Syntax
HRESULT get_isReference (VARIANT_BOOL* isReference);
Parameters
- isReference [out,retval]
- A Boolean variant. Indicates whether the XML Schema
attributeobject is a reference to a top-level<element>declaration
Return Values
- S_OK
- The value returned if successful.
- E_POINTER
- The value returned if the
isReferenceparameter is NULL.
To view reference information for Visual Basic or C/C++ only, click the Language Filter button
in the upper-left corner of the page.
See Also
attribute Element | Declaring Attributes
Applies to: ISchemaAttribute Interface
