Commit a038bfa0 authored by Jason Graham's avatar Jason Graham
Browse files

Update 103120/schema/PayloadModificationProfile-ServiceSpecific.xsd

parent bdefcd3a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -59,7 +59,7 @@
  </xs:complexType>
  </xs:complexType>
  <xs:complexType name="SIPHeaderModification">
  <xs:complexType name="SIPHeaderModification">
    <xs:sequence>
    <xs:sequence>
      <xs:element name="SIPHeaderName" type="xs:string"/> <!--may want to make this a structure with operator and criteria (as suggested in my last structure)-->
      <xs:element name="SIPHeaderName" type="xs:string" maxOccurs="unbounded"/> <!--may want to make this a structure with operator and criteria (as suggested in my last structure)-->
      <xs:element name="SIPHeaderModificationDetails" type="SIPHeaderModificationDetails"/> <!-- May want to make this a profile for re-use reasons, but it would make the XML tough to read-->
      <xs:element name="SIPHeaderModificationDetails" type="SIPHeaderModificationDetails"/> <!-- May want to make this a profile for re-use reasons, but it would make the XML tough to read-->
    </xs:sequence>
    </xs:sequence>
  </xs:complexType>
  </xs:complexType>