home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.tcs3.com
/
ftp.tcs3.com.tar
/
ftp.tcs3.com
/
DRIVERS
/
Audio
/
Office2010
/
Office.en-us
/
OfficeLR.cab
/
REVIEWROUTING_REVIEW.XSN_1033
/
myschema.xsd
< prev
next >
Wrap
Extensible Markup Language
|
2007-08-30
|
3KB
|
52 lines
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<xsd:schema targetNamespace="http://schemas.microsoft.com/office/infopath/2003/myXSD" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:aml="http://schemas.microsoft.com/aml/2001/core" xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:o12="http://schemas.microsoft.com/office/2004/7/core" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w12="http://schemas.microsoft.com/office/word/2004/6/wordml" xmlns:wx="http://schemas.microsoft.com/office/word/2003/auxHint" xmlns:w="http://schemas.microsoft.com/office/word/2003/wordml" xmlns:sl="http://schemas.microsoft.com/schemaLibrary/2003/core" xmlns:dfs="http://schemas.microsoft.com/office/infopath/2003/dataFormSolution" xmlns:tns="http://schemas.microsoft.com/sharepoint/soap/workflow/" xmlns:s1="http://microsoft.com/wsdl/types/" xmlns:z="#RowsetSchema" xmlns:my="http://schemas.microsoft.com/office/infopath/2003/myXSD" xmlns:xd="http://schemas.microsoft.com/office/infopath/2003" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:element name="myFields">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="my:TaskStatus" minOccurs="0"/>
<xsd:element ref="my:Comments" minOccurs="0"/>
<xsd:element ref="my:DelegateTo" minOccurs="0"/>
<xsd:element ref="my:NewDescription" minOccurs="0"/>
<xsd:element ref="my:NewDueDate" minOccurs="0"/>
<xsd:element ref="my:RequestTo" minOccurs="0"/>
<xsd:element ref="my:Decline" minOccurs="0"/>
<xsd:element ref="my:dcr" minOccurs="0"/>
<xsd:element ref="my:Status" minOccurs="0"/>
</xsd:sequence>
<xsd:anyAttribute processContents="lax" namespace="http://www.w3.org/XML/1998/namespace"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="TaskStatus" type="xsd:string"/>
<xsd:element name="Comments" type="xsd:string"/>
<xsd:element name="DelegateTo">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="my:Person" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="Person">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="my:DisplayName" minOccurs="0"/>
<xsd:element ref="my:AccountId" minOccurs="0"/>
<xsd:element ref="my:AccountType" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="DisplayName" type="xsd:string"/>
<xsd:element name="AccountId" type="xsd:string"/>
<xsd:element name="AccountType" type="xsd:string"/>
<xsd:element name="NewDescription" type="xsd:string"/>
<xsd:element name="NewDueDate" nillable="true" type="xsd:date"/>
<xsd:element name="RequestTo">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="my:Person" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="Decline" nillable="true" type="xsd:integer"/>
<xsd:element name="dcr" nillable="true" type="xsd:integer"/>
<xsd:element name="Status" type="xsd:string"/>
</xsd:schema>