RE: [Geopriv] What was conclusion to <provided-by>?

From: Abbott, Nadine B. ^lt;nabbott@telcordia.com>
Date: Fri Apr 02 2004 - 16:35:07 EST

All,
 
Here is a more complete update to the draft XML schema being reviewed by the
NENA VoIP Location WG for use to define the <provided-by> data element in
the geopriv pidf-lo.
It allows for populating the data element with a NENA registered CompanID, a
24x7 Telephony Number, and/or a URI.
This information was provided by Patty Blum, HBF Group, one of the XML
development experts for NENA.
 
I'll keep you posted as to status, but I think we will have consensus soon,
since we have already agreed in principle and this is the implementation
detail.
 
<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSPY v5 rel. 3 U (http://www.xmlspy.com) by Patricia
Bluhm (HBF Group) -->
<xs:schema targetNamespace="urn:ietf:params:xml:ns:pidf:geopriv10:civilLoc"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:tns="urn:ietf:params:xml:ns:pidf:geopriv10:civilLoc"
elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:complexType name="DataProviderIDType">
<xs:annotation>
<xs:documentation>NENA registered Company ID for Service Provider supplying
ALI record source information</xs:documentation>
</xs:annotation>
<xs:all>
<xs:element name="DataProviderID" type="tns:NENACompanyIDType"
minOccurs="0"/>
<xs:element name="TN" type="tns:TN_24x7Type" minOccurs="0"/>
<xs:element name="URL" type="xs:anyURI" minOccurs="0"/>
</xs:all>
</xs:complexType>
<xs:simpleType name="NENACompanyIDType">
<xs:annotation>
<xs:documentation>NENA registered Company ID.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:maxLength value="5"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="TNType">
<xs:annotation>
<xs:documentation>Generic TN data type (max length of 15 based on E164)
note: add attribute to indicate NANP=North American Numbering Plan;
INTL=international</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="[0123456789]{10,15}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="TN_24x7Type">
<xs:annotation>
<xs:documentation>24x7 TN for the caller's facility based service provider.
To be used for Trap/Trace, emergency line interrupts. Possible values TN
number, SPID Errors.</xs:documentation>
</xs:annotation>
<xs:union memberTypes="tns:TNType">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="10"/>
<xs:enumeration value="NOT FOUND"/>
<xs:enumeration value="UNAVAILABL"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:schema>
 
Nadine Abbott, ENP
Senior Engineer
Telcordia Technologies, Inc.
(732) 758-5257
nabbott@telcordia.com

 
Received on Fri, 2 Apr 2004 16:35:07 -0500

This archive was generated by hypermail 2.1.8 : Fri Apr 02 2004 - 16:41:17 EST