Definition Type Element
Name gradeFromCourse
Namespace http://mobility.usos.edu.pl
Abstract False
MinOccurs (1)
MaxOccurs unbounded
XSD Schema MobilitySchema.xsd
XSD Schema Diagram
XSD Schema Code
<xsd:element maxOccurs="unbounded" name="gradeFromCourse" >
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="courseInstance" type="tns:courseInstanceT"/>
      <xsd:element minOccurs="0" name="grade" type="tns:gradeT">
        <xsd:key name="gradesFromCoursesWithPersonalData_uniqueGradingScheme">
          <xsd:selector xpath="tns:value"/>
          <xsd:field xpath="@gradingScheme"/>
        </xsd:key>

      </xsd:element>

    </xsd:sequence>

  </xsd:complexType>

</xsd:element>
Child Elements
Name Type Min Occurs Max Occurs
Derivation Tree
[No Sub Types]
gradeFromCourse
    [No Super Types]
Generated using Liquid XML Studio - FREE Community Edition 7.1.4.1284 by Liquid Technologies Ltd