You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

References

Proposal

ReferenceCCVPN Use Case ReferenceAAI Schema ReferenceAAI Proposed SchemaNotes
AAI-1353-1SOTN Infra

aai_schema_v13.xsd

  • "service-instance"

tbc
AAI-1353-2SOTN Connectivity

aai_schema_v13.xsd

  • "extra-properties"
  • "relationship-list"
  • "vpn-bindings"

new element "connectivity", with 10-12 properties and 1-2 relationships:

Mockup Schema
<xs:element name="connectivity">
 <xs:complexType>
   <xs:sequence>
    <xs:element ref="tns:extra-properties" minOccurs="0"/>
    <xs:element ref="tns:relationship-list" minOccurs="0"/>
    <xs:element ref="tns:vpn-bindings" minOccurs="0"/>
   </xs:sequence>
 </xs:complexType>
</xs:element>


tbc
AAI-1353-3VPN

aai_schema_v13.xsd

  • "vpn-binding"

tbc
AAI-1353-4SP Partner

aai_schema_v13.xsd

  • "relationship-list"

new element "service-provider" and new element "service-providers":

Mockup Schema
<xs:element name="service-provider">
 <xs:complexType>
   <xs:sequence>
    <xs:element name="id" type="xs:string">
    <xs:element name="url" type="xs:string">
    <xs:element ref="tns:relationship-list" minOccurs="0"/>
   </xs:sequence>
 </xs:complexType>
</xs:element>

<xs:element name="service-providers">
 <xs:complexType>
   <xs:sequence>
    <xs:element ref="service-provider" minOccurs="0"/>
   </xs:sequence>
 </xs:complexType>
</xs:element>
tbc
AAI-1353-5SDWAN-service

tbc
AAI-1353-6Site-Service

tbc
AAI-1353-7Topology

tbc



  • No labels