9 Appendix D: E911 PIDF Extension Format

Following is the full XML schema for the E911 PIDF extension:

 <xs:schema xmlns:pidftns="urn:schema:Rtc.LIS.msftE911PidfExtn.2008" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="urn:schema:Rtc.LIS.msftE911PidfExtn.2008" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:element name="msftE911PidfExtn" type="pidftns:msftE911PidfExtn" />
   <xs:complexType name="msftE911PidfExtn">
     <xs:sequence>
       <xs:element minOccurs="1" maxOccurs="1" name="ConferenceUri" type="xs:anyURI" />
       <xs:element minOccurs="1" maxOccurs="1" name="ConferenceMode" type="pidftns:ConferenceModeEnum" />
       <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##other" processContents="lax" />
     </xs:sequence>
     <xs:anyAttribute namespace="##any" />
   </xs:complexType>
   <xs:simpleType name="ConferenceModeEnum">
     <xs:restriction base="xs:token">
       <xs:enumeration value="oneway" />
       <xs:enumeration value="twoway" />
     </xs:restriction>
   </xs:simpleType>
 </xs:schema>
  

The msftE911PidfExtn also contains an extensibility element that contains the value of the LocationPolicyTagID property returned in the LocationPolicy in-band provisioning group.

 <LocationPolicyTagID xmlns="urn:schema:Rtc.Lis.LocationPolicyTagID.2008">location-policy-tag-id-value</LocationPolicyTagID >