Showing:

Attributes
Diagrams
Instances
Model
Source
Used by
Imported schema clinicaltrials.xsd
Namespace http://www.crossref.org/clinicaltrials.xsd
Element program
Namespace http://www.crossref.org/clinicaltrials.xsd
Diagram
Diagram clinicaltrials_xsd.tmp#clinical-trial-number
Used by
Model
Children clinical-trial-number
Instance
<program xmlns="http://www.crossref.org/clinicaltrials.xsd">
  <clinical-trial-number registry="" type="">{0,unbounded}</clinical-trial-number>
</program>
Source
<xsd:element name="program">
  <xsd:annotation>
    <xsd:documentation>Accommodates deposit of linked clincal trials metadata. The clinical-trial-number value will be a string that must match a specific pattern appropriate for a given clinical trial registry. The registry is identified in the required attribute 'registry' and must be the DOI of a recognized registry (see http://dx.doi.org/10.18810/registries)</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="clinical-trial-number" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Element clinical-trial-number
Namespace http://www.crossref.org/clinicaltrials.xsd
Diagram
Diagram NO_NAMESPACE.tmp#clinical-trial-number_registry NO_NAMESPACE.tmp#clinical-trial-number_type
Used by
Element program
Model
Attributes
QName Type Use Annotation
registry restriction of xsd:string required
The clinical trial identifier related to the article.
type restriction of xsd:string optional
Used to identify the article publication date in relation to the issuance of the trial results
Source
<xsd:element name="clinical-trial-number">
  <xsd:complexType mixed="true">
    <xsd:attribute name="registry" use="required">
      <xsd:annotation>
        <xsd:documentation>The clinical trial identifier related to the article.</xsd:documentation>
      </xsd:annotation>
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:maxLength value="200"/>
          <xsd:minLength value="12"/>
          <xsd:pattern value="10.18810/[a-z-]+"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="type" use="optional">
      <xsd:annotation>
        <xsd:documentation>Used to identify the article publication date in relation to the issuance of the trial results</xsd:documentation>
      </xsd:annotation>
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:enumeration value="preResults"/>
          <xsd:enumeration value="results"/>
          <xsd:enumeration value="postResults"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
  </xsd:complexType>
</xsd:element>