summaryrefslogtreecommitdiffstats
path: root/schemas/gruuinfo.xml
blob: 958602713722ca38c4a92442eb9052922cc532cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
  <xs:schema targetNamespace="urn:ietf:params:xml:ns:gruuinfo"
    elementFormDefault="qualified"
    attributeFormDefault="unqualified"
    xmlns:xs="http://www.w3.org/2001/XMLSchema"
    xmlns:tns="urn:ietf:params:xml:ns:gruuinfo">
    <xs:complexType name="pubGruu">
      <xs:attribute name="uri" type="xs:anyURI"
                    use="required"/>
    </xs:complexType>
    <xs:complexType name="tempGruu">
      <xs:complexContent>
        <xs:extension base="tns:pubGruu">
          <xs:attribute name="first-cseq"
                        type="xs:unsignedLong"
                        use="required"/>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
    <xs:element name="pub-gruu" type="tns:pubGruu"/>
    <xs:element name="temp-gruu" type="tns:tempGruu"/>
</xs:schema>
OpenPOWER on IntegriCloud