Authors

The element Authors defines the authors of the ClaML file. The element Authors contains an optional number of the element Author.

Element Information

Model

Children: Author

Used By

Element ClaML

Source

<xs:element name="Authors">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">The element Authors defines the authors of the ClaML file. The element Authors contains an optional number of the element Author.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="Author"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

Sample