copyrightType

Information about the copyright holder and any license governing use of this file.  By linking to an appropriate license,
you may place your data into the public domain or grant additional usage rights.

Complex Type Information

Model

Children: license, year

Attributes

QName Type Fixed Default Use Inheritable Annotation
author xsd:string required
Copyright holder (TopoSoft, Inc.)

Used By

Source

<xsd:complexType name="copyrightType">
  <xsd:annotation>
    <xsd:documentation>Information about the copyright holder and any license governing use of this file. By linking to an appropriate license, you may place your data into the public domain or grant additional usage rights.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <!-- elements must appear in this order -->
    <xsd:element name="year" type="xsd:gYear" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>Year of copyright.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="license" type="xsd:anyURI" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>Link to external file containing license text.</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
  <xsd:attribute name="author" type="xsd:string" use="required">
    <xsd:annotation>
      <xsd:documentation>Copyright holder (TopoSoft, Inc.)</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
</xsd:complexType>