Commit eb202849 authored by Jason Graham's avatar Jason Graham Committed by Mark Canterbury
Browse files

Update 2 files

- /103120/schema/json/ts_103120_TrafficPolicy.schema.json
- /103120/schema/xsd/ts_103120_TrafficPolicy.xsd
parent 3c8450f5
Loading
Loading
Loading
Loading
+0 −15
Original line number Diff line number Diff line
@@ -193,21 +193,6 @@
        }
      },
      "required": []
    },
    "EthernetPolicyCriteria": {
      "type": "object",
      "properties": {
        "tp:SourceMACAddress": {
          "$ref": "ts_103280_2017_07#/$defs/MACAddress"
        },
        "tp:DestinationMACAddress": {
          "$ref": "ts_103280_2017_07#/$defs/MACAddress"
        },
        "tp:VLANIDRange": {
          "$ref": "ts_103280_2017_07#/$defs/VLANIdRange"
        }
      },
      "required": []
    }
  }
}
 No newline at end of file
+6 −1
Original line number Diff line number Diff line
@@ -82,7 +82,12 @@
    </xs:complexType>
    <xs:complexType name="VLANCriteria">
        <xs:choice>
            <xs:element name="OuterVLANs" type="etsi:VLANIDNested"/>
            <xs:element name="OuterVLANs" type="VLANIDList"/>
        </xs:choice> 
    </xs:complexType>
    <xs:complexType name="VLANIDList">
        <xs:sequence>
            <xs:element name="VLANID" type="VLANID" minOccurs="1" maxOccurs="unbounded"/>
        </xs:sequence>
    </xs:complexType>
</xs:schema>