Info

Info describes the content of the BDML file.
Each BDML file has a unique identifier, which is used to identify the file in sharing and exchange.
License information such as the Creative Commons licenses (http://creativecommons.org/licenses/) should be explicitly indicated 
so that unnecessary conflict can be avoided.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
metaid xsd:ID optional

Used By

Source

<xsd:complexType name="Info">
  <xsd:annotation>
    <xsd:documentation>Info describes the content of the BDML file. Each BDML file has a unique identifier, which is used to identify the file in sharing and exchange. License information such as the Creative Commons licenses (http://creativecommons.org/licenses/) should be explicitly indicated so that unnecessary conflict can be avoided.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexContent>
    <xsd:extension base="BDBase">
      <xsd:sequence>
        <xsd:element name="bdmlID" type="UUIDType"/>
        <xsd:element name="title" type="xsd:string"/>
        <xsd:element name="release" type="xsd:date"/>
        <xsd:element name="license" type="xsd:string"/>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>