Skip to content

Commit

Permalink
Updated mdui schema to specification working draft 6, adding Keywords…
Browse files Browse the repository at this point in the history
… element.
  • Loading branch information
iay committed Nov 17, 2010
1 parent 05c658e commit b2c0536
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions xml/sstc-saml-metadata-ui-v1.0.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
Document title: Metadata Extension Schema for SAML V2.0 Metadata Extensions for Login and Discovery User Interface Version 1.0
Document identifier: sstc-saml-metadata-ui-v1.0.xsd
Location: http://docs.oasis-open.org/security/saml/Post2.0/
Revision history:
01 November 2010
Revision history:
01 November 2010
Changed filename.
September 2010:
Initial version.
Expand All @@ -32,6 +32,7 @@
<choice minOccurs="0" maxOccurs="unbounded">
<element ref="mdui:DisplayName"/>
<element ref="mdui:Description"/>
<element ref="mdui:Keywords"/>
<element ref="mdui:Logo"/>
<element ref="mdui:InformationURL"/>
<element ref="mdui:PrivacyStatementURL"/>
Expand All @@ -44,6 +45,19 @@
<element name="InformationURL" type="md:localizedURIType"/>
<element name="PrivacyStatementURL" type="md:localizedURIType"/>

<element name="Keywords" type="mdui:KeywordsType"/>
<complexType name="KeywordsType">
<simpleContent>
<extension base="mdui:listOfStrings">
<attribute ref="xml:lang" use="required"/>
</extension>
</simpleContent>
</complexType>

<simpleType name="listOfStrings">
<list itemType="string"/>
</simpleType>

<element name="Logo" type="mdui:LogoType"/>
<complexType name="LogoType">
<simpleContent>
Expand Down

0 comments on commit b2c0536

Please sign in to comment.