Showing:

Attributes
Diagrams
Facets
Instances
Model
Source
Used by
Imported schema AccessIndicators.xsd
Namespace http://www.crossref.org/AccessIndicators.xsd
Element program
Namespace http://www.crossref.org/AccessIndicators.xsd
Diagram
Diagram NO_NAMESPACE.tmp#http___www.crossref.org_AccessIndicators.xsd_program_name AccessIndicators_xsd.tmp#http___www.crossref.org_AccessIndicators.xsd_free_to_read AccessIndicators_xsd.tmp#http___www.crossref.org_AccessIndicators.xsd_license_ref
Used by
Model
Children free_to_read, license_ref
Instance
<program name="AccessIndicators" xmlns="http://www.crossref.org/AccessIndicators.xsd">
  <free_to_read end_date="" start_date="">{0,1}</free_to_read>
  <license_ref applies_to="" start_date="">{0,unbounded}</license_ref>
</program>
Attributes
QName Type Fixed Use
name xsd:string AccessIndicators optional
Source
<xsd:element name="program">
  <xsd:annotation>
    <xsd:documentation>Accommodates deposit of license metadata. The license_ref value will be a URL. Values for the "applies_to" attribute are vor (version of record),am (accepted manuscript), and tdm (text and data mining).</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="free_to_read" minOccurs="0"/>
      <xsd:element ref="license_ref" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attribute name="name" type="xsd:string" fixed="AccessIndicators"/>
  </xsd:complexType>
</xsd:element>
Element free_to_read
Namespace http://www.crossref.org/AccessIndicators.xsd
Diagram
Diagram NO_NAMESPACE.tmp#http___www.crossref.org_AccessIndicators.xsd_free_to_read_end_date NO_NAMESPACE.tmp#http___www.crossref.org_AccessIndicators.xsd_free_to_read_start_date
Used by
Element program
Attributes
QName Type Use
end_date xsd:date optional
start_date xsd:date optional
Source
<xsd:element name="free_to_read">
  <xsd:complexType>
    <xsd:attribute name="end_date" use="optional" type="xsd:date"/>
    <xsd:attribute name="start_date" use="optional" type="xsd:date"/>
  </xsd:complexType>
</xsd:element>
Element license_ref
Namespace http://www.crossref.org/AccessIndicators.xsd
Diagram
Diagram AccessIndicators_xsd.tmp#license_ref_t NO_NAMESPACE.tmp#http___www.crossref.org_AccessIndicators.xsd_license_ref_start_date NO_NAMESPACE.tmp#http___www.crossref.org_AccessIndicators.xsd_license_ref_applies_to
Type extension of license_ref_t
Type hierarchy
Used by
Element program
Attributes
QName Type Use
applies_to restriction of xsd:NMTOKEN optional
start_date xsd:date optional
Source
<xsd:element name="license_ref">
  <xsd:complexType>
    <xsd:simpleContent>
      <xsd:extension base="license_ref_t">
        <xsd:attribute name="start_date" type="xsd:date" use="optional"/>
        <xsd:attribute name="applies_to" use="optional">
          <xsd:simpleType>
            <xsd:restriction base="xsd:NMTOKEN">
              <xsd:enumeration value="vor"/>
              <xsd:enumeration value="am"/>
              <xsd:enumeration value="tdm"/>
            </xsd:restriction>
          </xsd:simpleType>
        </xsd:attribute>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
</xsd:element>
Simple Type license_ref_t
Namespace http://www.crossref.org/AccessIndicators.xsd
Diagram
Diagram
Type restriction of xsd:anyURI
Facets
minLength 10
pattern ([hH][tT][tT][pP]|[hH][tT][tT][pP][sS]|[fF][tT][pP])://.*
Used by
Element license_ref
Source
<xsd:simpleType name="license_ref_t">
  <xsd:restriction base="xsd:anyURI">
    <xsd:minLength value="10"/>
    <xsd:pattern value="([hH][tT][tT][pP]|[hH][tT][tT][pP][sS]|[fF][tT][pP])://.*"/>
  </xsd:restriction>
</xsd:simpleType>