Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Type

Cardinality

schoolYear

schoolYear

0...1

ean

string30

0...1

You have a CHOICE of the next 4 items at this level

redirectSessionID string64 1...1

eckID eckID 1...1

userID string100 1...1

UID eduUID string256 1…1

1...1

Source

Code Block
<xs:complexType>
	  <xs:sequence>
		<xs:choice minOccurs="1" maxOccurs="1">
			<xs:element name="redirectSessionID" type="types:string64" minOccurs="1" maxOccurs="1"/>
			<xs:element name="eckID" type="types:eckID" minOccurs="1" maxOccurs="1"/>
			<xs:element name="userID" type="types:string100" minOccurs="1" maxOccurs="1"/>
			<xs:element name="eduUID" type="types:string256" minOccurs="1" maxOccurs="1"/>
		</xs:choice>
		<xs:element name="ean" type="types:string30" minOccurs="0" maxOccurs="1"/>
		<xs:element name="schoolYear" type="types:schoolYear" minOccurs="0" maxOccurs="1"/>
	</xs:sequence>
  </xs:complexType>

...