Definition Type Complex Type
Name gradeT
Namespace http://mobility.usos.edu.pl
Abstract False
Documentation Grade from a given grading scheme.
XSD Schema MobilitySchema.xsd
XSD Schema Diagram
XSD Schema Code
<xsd:complexType name="gradeT" >
  <xsd:annotation>
    <xsd:documentation>Grade from a given grading scheme.</xsd:documentation>
  </xsd:annotation>

  <xsd:sequence maxOccurs="unbounded">
    <xsd:element name="value">
      <xsd:complexType>
        <xsd:simpleContent>
          <xsd:extension base="xsd:string">
            <xsd:attribute name="gradingScheme" type="tns:nameT" use="required">
              <xsd:annotation>
                <xsd:documentation>Name of a grading scheme. Typical values are: ECTS, local (case insensitive).</xsd:documentation>
              </xsd:annotation>

            </xsd:attribute>

          </xsd:extension>

        </xsd:simpleContent>

      </xsd:complexType>

    </xsd:element>

  </xsd:sequence>

</xsd:complexType>
Child Elements
Name Type Min Occurs Max Occurs
Derivation Tree
[No Sub Types]
gradeT
    tns:grade
References
tns:grade
Generated using Liquid XML Studio - FREE Community Edition 7.1.0.1135 by Liquid Technologies Ltd