<xsd:complexType name="Library">
<xsd:annotation>
<xsd:documentation>
Used in the schema/wsdl-level Appinfo element to annotate the compiler version, source, and compilation date.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="ProjectName" type="xsd:string" minOccurs="0" maxOccurs="1" />
<xsd:element name="ServiceName" type="xsd:string" minOccurs="0" maxOccurs="1" />
<xsd:element name="LibraryName" type="xsd:string" minOccurs="1" maxOccurs="1" />
<xsd:element name="LibraryVersion" type="xsd:string" minOccurs="1" maxOccurs="1" />
<xsd:element name="LibraryStatus" type="xsd:string" minOccurs="1" maxOccurs="1" />
<xsd:element name="SourceFile" type="xsd:string" minOccurs="1" maxOccurs="1" />
<xsd:element name="CompilerVersion" type="xsd:string" minOccurs="1" maxOccurs="1" />
<xsd:element name="CompileDate" type="xsd:dateTime" minOccurs="1" maxOccurs="1" />
</xsd:sequence>
</xsd:complexType>
|