blob: 2f697d1619fe2bf2daea70f07b9568d721b9de03 [file] [log] [blame]
<?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:tns="http://xmlbeans_48"
targetNamespace="http://xmlbeans_48"
elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:complexType name="FeedInfoType">
<xs:sequence>
<xs:element name="Location" type="xs:anyURI"/>
<xs:element name="EnteredTime" type="xs:dateTime"/>
</xs:sequence>
</xs:complexType>
<xs:element name="Feed" type="tns:FeedInfoType"/>
</xs:schema>