The element Authors defines the authors of the ClaML file. The element Authors contains an optional number of the element Author. |
Element | ClaML |
<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> |