tp:entryPointType

Complex Type Information

Model

(tp:name | tp:description) , tp:version{0,1} , tp:entryPointDocument+ , tp:languages{0,1} , ANY element from ANY namespace OTHER than 'http://xbrl.org/2016/taxonomy-package'

Attributes

Used By

Source

<xsd:complexType name="entryPointType">
  <xsd:sequence>
    <xsd:group ref="tp:documentationGroup" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="version" type="tp:stringType" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="entryPointDocument" type="tp:documentReferenceType" minOccurs="1" maxOccurs="unbounded"/>
    <xsd:element name="languages" type="tp:languagesType" minOccurs="0" maxOccurs="1"/>
    <xsd:any namespace="##other" minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
  </xsd:sequence>
  <xsd:anyAttribute namespace="##any" processContents="lax"/>
</xsd:complexType>