Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Included schema SpeciesAbbreviations.xsd
Namespace http://tethys.sdsu.edu/schema/1.0
Properties
attribute form default unqualified
element form default qualified
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/SpeciesAbbreviations.xsd
Element Abbreviations
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Properties
content complex
Model
Children Map, Name
Instance
<Abbreviations xmlns="http://tethys.sdsu.edu/schema/1.0">
  <Name>{1,1}</Name>
  <Map>{0,unbounded}</Map>
</Abbreviations>
Source
<xs:element name="Abbreviations">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Name">
        <xs:annotation>
          <xs:documentation>Name used to identify this set of abbreviations.</xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:whiteSpace value="collapse"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element maxOccurs="unbounded" minOccurs="0" name="Map">
        <xs:complexType>
          <xs:sequence maxOccurs="1" minOccurs="1">
            <xs:element name="completename">
              <xs:annotation>
                <xs:documentation>Scientific species name, must match a complete name in the ITIS (www.itis.gov) database.</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:simpleContent>
                  <xs:extension base="xs:token">
                    <xs:attribute name="Group" type="xs:token">
                      <xs:annotation>
                        <xs:documentation>Used to denote a possible subspecies. Example, a call of an unknown beaked whale may be assigned to Hyperoodontidae, but we indicate a suspected species or calltype via this attribute.</xs:documentation>
                      </xs:annotation>
                    </xs:attribute>
                  </xs:extension>
                </xs:simpleContent>
              </xs:complexType>
            </xs:element>
            <xs:element minOccurs="0" name="tsn">
              <xs:annotation>
                <xs:documentation>Taxonomic serial number in the ITIS (www.itis.gov) database. Need not be entered by hand.</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:simpleContent>
                  <xs:extension base="xs:integer">
                    <xs:attribute name="group" type="xs:token">
                      <xs:annotation>
                        <xs:documentation>Used to denote a possible subspecies. Example, a call of an unknown beaked whale may be assigned to Hyperoodontidae, but we indicate a suspected species or calltype via this attribute.</xs:documentation>
                      </xs:annotation>
                    </xs:attribute>
                  </xs:extension>
                </xs:simpleContent>
              </xs:complexType>
            </xs:element>
            <xs:element name="coding" type="xs:token">
              <xs:annotation>
                <xs:documentation>Abbreviation for species.</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/SpeciesAbbreviations.xsd
Element Abbreviations / Name
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Name used to identify this set of abbreviations.
Diagram
Type restriction of xs:token
Properties
content simple
Facets
whiteSpace collapse
Source
<xs:element name="Name">
  <xs:annotation>
    <xs:documentation>Name used to identify this set of abbreviations.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:whiteSpace value="collapse"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/SpeciesAbbreviations.xsd
Element Abbreviations / Map
Namespace http://tethys.sdsu.edu/schema/1.0
Diagram
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children coding, completename, tsn
Instance
<Map xmlns="http://tethys.sdsu.edu/schema/1.0">
  <completename Group="">{1,1}</completename>
  <tsn group="">{0,1}</tsn>
  <coding>{1,1}</coding>
</Map>
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="Map">
  <xs:complexType>
    <xs:sequence maxOccurs="1" minOccurs="1">
      <xs:element name="completename">
        <xs:annotation>
          <xs:documentation>Scientific species name, must match a complete name in the ITIS (www.itis.gov) database.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="xs:token">
              <xs:attribute name="Group" type="xs:token">
                <xs:annotation>
                  <xs:documentation>Used to denote a possible subspecies. Example, a call of an unknown beaked whale may be assigned to Hyperoodontidae, but we indicate a suspected species or calltype via this attribute.</xs:documentation>
                </xs:annotation>
              </xs:attribute>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element minOccurs="0" name="tsn">
        <xs:annotation>
          <xs:documentation>Taxonomic serial number in the ITIS (www.itis.gov) database. Need not be entered by hand.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="xs:integer">
              <xs:attribute name="group" type="xs:token">
                <xs:annotation>
                  <xs:documentation>Used to denote a possible subspecies. Example, a call of an unknown beaked whale may be assigned to Hyperoodontidae, but we indicate a suspected species or calltype via this attribute.</xs:documentation>
                </xs:annotation>
              </xs:attribute>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element name="coding" type="xs:token">
        <xs:annotation>
          <xs:documentation>Abbreviation for species.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/SpeciesAbbreviations.xsd
Element Abbreviations / Map / completename
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Scientific species name, must match a complete name in the ITIS (www.itis.gov) database.
Diagram
Type extension of xs:token
Properties
content complex
Attributes
QName Type Use Annotation
Group xs:token optional
Used to denote a possible subspecies. Example, a call of an unknown beaked whale may be assigned to Hyperoodontidae, but we indicate a suspected species or calltype via this attribute.
Source
<xs:element name="completename">
  <xs:annotation>
    <xs:documentation>Scientific species name, must match a complete name in the ITIS (www.itis.gov) database.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:token">
        <xs:attribute name="Group" type="xs:token">
          <xs:annotation>
            <xs:documentation>Used to denote a possible subspecies. Example, a call of an unknown beaked whale may be assigned to Hyperoodontidae, but we indicate a suspected species or calltype via this attribute.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/SpeciesAbbreviations.xsd
Element Abbreviations / Map / tsn
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Taxonomic serial number in the ITIS (www.itis.gov) database.
Need not be entered by hand.
Diagram
Type extension of xs:integer
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
group xs:token optional
Used to denote a possible subspecies. Example, a call of an unknown beaked whale may be assigned to Hyperoodontidae, but we indicate a suspected species or calltype via this attribute.
Source
<xs:element minOccurs="0" name="tsn">
  <xs:annotation>
    <xs:documentation>Taxonomic serial number in the ITIS (www.itis.gov) database. Need not be entered by hand.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:integer">
        <xs:attribute name="group" type="xs:token">
          <xs:annotation>
            <xs:documentation>Used to denote a possible subspecies. Example, a call of an unknown beaked whale may be assigned to Hyperoodontidae, but we indicate a suspected species or calltype via this attribute.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/SpeciesAbbreviations.xsd
Element Abbreviations / Map / coding
Namespace http://tethys.sdsu.edu/schema/1.0
Annotations
Abbreviation for species.
Diagram
Type xs:token
Properties
content simple
Source
<xs:element name="coding" type="xs:token">
  <xs:annotation>
    <xs:documentation>Abbreviation for species.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/SpeciesAbbreviations.xsd
Attribute Abbreviations / Map / completename / @Group
Namespace No namespace
Annotations
Used to denote a possible subspecies. Example, a call of an unknown beaked whale may be assigned to Hyperoodontidae, but we indicate a suspected species or calltype via this attribute.
Type xs:token
Properties
content simple
Used by
Source
<xs:attribute name="Group" type="xs:token">
  <xs:annotation>
    <xs:documentation>Used to denote a possible subspecies. Example, a call of an unknown beaked whale may be assigned to Hyperoodontidae, but we indicate a suspected species or calltype via this attribute.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/SpeciesAbbreviations.xsd
Attribute Abbreviations / Map / tsn / @group
Namespace No namespace
Annotations
Used to denote a possible subspecies. Example, a call of an unknown beaked whale may be assigned to Hyperoodontidae, but we indicate a suspected species or calltype via this attribute.
Type xs:token
Properties
content simple
Used by
Source
<xs:attribute name="group" type="xs:token">
  <xs:annotation>
    <xs:documentation>Used to denote a possible subspecies. Example, a call of an unknown beaked whale may be assigned to Hyperoodontidae, but we indicate a suspected species or calltype via this attribute.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/U:/Users/mroch/Documents/eclipse/Tethys/DataRepository/coremeta/lib/schema/SpeciesAbbreviations.xsd