Library: XSD/Types
Package: XSDAttributes
Header: Poco/XSD/Types/AttributeRef.h
AttributeRef references another Attribute.
Direct Base Classes: AbstractAttribute
All Base Classes: Poco::RefCountedObject, AbstractAttribute, AnnotatedObject, AttributeContent, Visitable
Member Functions: accept, defaultValue, fixedValue, fixup, name, nameSpace, qualifiedForm, type, usage
Inherited Functions: accept, addAnnotation, defaultValue, duplicate, fixedValue, fixup, getAnnotations, hasDefault, hasFixed, id, isAny, name, nameSpace, qualifiedForm, referenceCount, release, type, usage
typedef AutoPtr < AttributeRef > Ptr;
AttributeRef(
const std::string & id,
const QName & ref
);
Creates the AttributeRef.
virtual ~AttributeRef();
Destroys the AttributeRef.
void accept(
Visitor & v
) const;
See also: Poco::XSD::Types::Visitable::accept()
const std::string & defaultValue() const;
const std::string & fixedValue() const;
void fixup();
const std::string & name() const;
const std::string & nameSpace() const;
bool qualifiedForm() const;
const SimpleType * type() const;
AbstractAttribute::Usage usage() const;