Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
See ukf/ukf-meta#134.
1 contributor

Users who have contributed to this file

28 lines (24 sloc) 839 Bytes
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema
xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://id.incommon.org/metadata"
elementFormDefault="qualified"
attributeFormDefault="unqualified"
blockDefault="substitution"
version="2.0">
<xs:annotation>
<xs:documentation>
Document title: Schema for InCommon Federation metadata extensions
Document identifier: Metadata Extension Schema
Location: https://spaces.internet2.edu/x/iIuVAQ
Revision history:
V1.2 (3 May 2013):
Make schema itself schema-valid.
V1.1 (2 May 2013):
Initial version. Added documentation.
V1.0 (2 December 2011):
Initial version. Added contactType attribute.
</xs:documentation>
</xs:annotation>
<xs:attribute name="contactType" type="xs:anyURI"/>
</xs:schema>