Skip to content

Commit

Permalink
fix saml-schema-metadata-sp-spid-av29.xsd
Browse files Browse the repository at this point in the history
  • Loading branch information
damikael committed Oct 2, 2020
1 parent 64f3c9f commit b160e61
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions specs-compliance-tests/xsd/saml-schema-metadata-sp-spid-av29.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@
<element ref="md:SPSSODescriptor"/>
</choice>
</choice>
<element ref="md:Organization" minOccurs="0"/>
<element ref="md:ContactPerson" minOccurs="0" maxOccurs="unbounded"/>
<element ref="md:Organization" minOccurs="1" maxOccurs="1"/>
<element ref="md:ContactPerson" minOccurs="1" maxOccurs="2"/>
</sequence>
<attribute name="entityID" type="md:entityIDType" use="required"/>
<attribute name="validUntil" type="dateTime" use="optional"/>
Expand All @@ -129,9 +129,9 @@
<complexType name="OrganizationType">
<sequence>
<element ref="md:Extensions" minOccurs="0"/>
<element ref="md:OrganizationName" maxOccurs="unbounded"/>
<element ref="md:OrganizationDisplayName" maxOccurs="unbounded"/>
<element ref="md:OrganizationURL" maxOccurs="unbounded"/>
<element ref="md:OrganizationName" minOccurs="1" maxOccurs="unbounded"/>
<element ref="md:OrganizationDisplayName" minOccurs="1" maxOccurs="unbounded"/>
<element ref="md:OrganizationURL" minOccurs="1" maxOccurs="unbounded"/>
</sequence>
<anyAttribute namespace="##other" processContents="lax"/>
</complexType>
Expand Down

0 comments on commit b160e61

Please sign in to comment.