5543eb9de8
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1824563 13f79535-47bb-0310-9956-ffa450edef68
15 lines
523 B
XML
15 lines
523 B
XML
<?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> |