http://exchangenetwork.net/schemas/owwqx/1.0
complexType ProjectDataType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://exchangenetwork.net/schemas/owwqx/1.0}ProjectDataType (restriction)

Properties
This component is not nillable.

Model
<...>
(ProjectIdentifier, ProjectName, ProjectDescriptionText?, AttachedBinaryObject* )
</...>


Nested Element Summary
 AttachedBinaryObject
          
 ProjectDescriptionText
          
 ProjectIdentifier
          
 ProjectName
          
Source
<xsd:complexType name="ProjectDataType">
<xsd:sequence>
<xsd:element ref="owwqx:ProjectIdentifier"/>
<xsd:element ref="owwqx:ProjectName"/>
<xsd:element ref="owwqx:ProjectDescriptionText" minOccurs="0"/>
<xsd:element ref="owwqx:AttachedBinaryObject" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.