Definition Type Complex Type
Name studyCreditsT
Namespace http://mobility.usos.edu.pl
Abstract False
Documentation Credits of a given type granted for completing the course.
XSD Schema MobilitySchema.xsd
XSD Schema Diagram
XSD Schema Code
<xsd:complexType name="studyCreditsT" >
  <xsd:annotation>
    <xsd:documentation>Credits of a given type granted for completing the course.</xsd:documentation>
  </xsd:annotation>

  <xsd:sequence maxOccurs="unbounded">
    <xsd:element name="value">
      <xsd:complexType>
        <xsd:simpleContent>
          <xsd:extension base="tns:nonNegativeFloatT">
            <xsd:attribute name="unit" type="tns:nameT" use="required">
              <xsd:annotation>
                <xsd:documentation>Unit of credits, typical value is ECTS (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]
studyCreditsT
    tns:studyCredits
References
tns:studyCredits
Generated using Liquid XML Studio - FREE Community Edition 7.1.4.1284 - Featuring XSD to java Code Generation