blob: 60a320a61e3008e955405a5454b2f40cc75bee1a (
plain) (
tree)
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.ericsson.com/is/isco/nc" xmlns="http://www.ericsson.com/is/isco/nc">
<xsd:attribute name="operation">
<xsd:simpleType>
<xsd:restriction base="xsd:normalizedString">
<xsd:whiteSpace value="collapse"/>
<xsd:enumeration value="merge"/>
<xsd:enumeration value="create"/>
<xsd:enumeration value="replace"/>
<xsd:enumeration value="delete"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:schema>
|