6.9.6 http://schemas.datacontract.org/2004/07/System.Collections.ObjectModel
-
Article
-
- 2 minutes to read
<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/System.Collections.ObjectModel" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/System.Collections.ObjectModel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:import schemaLocation="" namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
<xs:complexType name="ReadOnlyCollectionOfanyURI">
<xs:annotation>
<xs:appinfo>
<GenericType Name="ReadOnlyCollectionOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Collections.ObjectModel" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
<GenericParameter Name="anyURI" Namespace="http://www.w3.org/2001/XMLSchema" />
</GenericType>
</xs:appinfo>
</xs:annotation>
<xs:sequence>
<xs:element xmlns:q1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" name="list" nillable="true" type="q1:ArrayOfanyURI" />
</xs:sequence>
</xs:complexType>
<xs:element name="ReadOnlyCollectionOfanyURI" nillable="true" type="tns:ReadOnlyCollectionOfanyURI" />
</xs:schema>