forked from ty6368/com.att.schemas.v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathServiceSummary.xsd
executable file
·14 lines (14 loc) · 975 Bytes
/
ServiceSummary.xsd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://developer.att.com/ServiceSummary" xmlns:map="http://developer.att.com/ApplicationProgrammingInterfaceMapping" elementFormDefault="qualified">
<xs:import namespace="http://developer.att.com/ApplicationProgrammingInterfaceMapping" schemaLocation="ApplicationProgrammingInterfaceMapping.xsd" />
<xs:complexType name="ServiceSummary">
<xs:sequence>
<xs:element name="service-name" type="xs:string" minOccurs="1" />
<xs:element name="overview" type="xs:string" minOccurs="1" />
<xs:element name="considerations" type="xs:string" minOccurs="1" />
<xs:element name="last_updated" type="xs:dateTime" minOccurs="1" />
<xs:element name="last_updated_by" type="xs:string" minOccurs="1" />
<xs:element name="api-catalog-mapping" type="map:api-catalog-mapping" minOccurs="1" />
</xs:sequence>
</xs:complexType>
</xs:schema>