<xsd:element name="journal_index" minOccurs="0" maxOccurs="unbounded"> <xsd:complexType> <xsd:all> <xsd:element name="subterm" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">Journal index data items are defined by the journal staff.</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:all> <xsd:attribute name="term" use="required" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">Journal index data items are defined by the journal staff.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="type" use="required" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">Journal index data items are defined by the journal staff.</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> </xsd:element> |