Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Attribute refers / @refersTo
Namespace No namespace
Type list of xsd:anyURI
Properties
content: simple
Used by
Attribute Group refers
Source
<xsd:attribute name="refersTo">
  <xsd:simpleType>
    <xsd:list>
      <xsd:simpleType>
        <xsd:restriction base="xsd:anyURI"/>
      </xsd:simpleType>
    </xsd:list>
  </xsd:simpleType>
</xsd:attribute>
Attribute Group refers
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0/CSD13
Annotations
<type>Attlist</type>
<name>refers</name>
<comment>This attribute creates a connection between the element and an element of the Akoma Ntoso ontology to which it refers. In elements using this attribute definition the refersTo attribute is optional</comment>
Diagram
Diagram AkomaNtoso30-csd13_xsd_Attribute_Group_refers.tmp#refers_refersTo
Used by
Attributes
QName Type Fixed Default Use Annotation
refersTo list of xsd:anyURI optional
Source
<xsd:attributeGroup name="refers">
  <xsd:annotation>
    <xsd:documentation>
      <type>Attlist</type>
      <name>refers</name>
      <comment>This attribute creates a connection between the element and an element of the Akoma Ntoso ontology to which it refers. In elements using this attribute definition the refersTo attribute is optional</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:attribute name="refersTo">
    <xsd:simpleType>
      <xsd:list>
        <xsd:simpleType>
          <xsd:restriction base="xsd:anyURI"/>
        </xsd:simpleType>
      </xsd:list>
    </xsd:simpleType>
  </xsd:attribute>
</xsd:attributeGroup>