tp:documentReferenceType

Complex Type Information

Model

ANY element from ANY namespace OTHER than 'http://xbrl.org/2016/taxonomy-package'

Attributes

QName Type Fixed Default Use Inheritable Annotation
href xsd:anyURI required
Wildcard: ANY attribute from ANY namespace

Used By

Source

<xsd:complexType name="documentReferenceType">
  <xsd:sequence minOccurs="0" maxOccurs="unbounded">
    <xsd:any namespace="##other" processContents="lax"/>
  </xsd:sequence>
  <xsd:attribute name="href" type="xsd:anyURI" use="required"/>
  <xsd:anyAttribute namespace="##any" processContents="lax"/>
</xsd:complexType>