complexType extendedPropertiesType
diagram wp_diagrams/wp_p243.png
namespace http://service.archive.wp.n2.tibco.com
children wp:property
used by
elements Service-Archive-Descriptor/channels/channel/work-type/extended-properties Service-Archive-Descriptor/channels/channel/extended-properties
annotation
documentation
Detailed information on extended properties
source <xs:complexType name="extendedPropertiesType">
 
<xs:annotation>
   
<xs:documentation>Detailed information on extended properties</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="property" minOccurs="0" maxOccurs="unbounded">
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="name" type="xs:string">
           
<xs:annotation>
             
<xs:documentation>Name of the extended property</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="value" type="xs:string">
           
<xs:annotation>
             
<xs:documentation>Value of the extended property</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="type" type="xs:string" nillable="true">
           
<xs:annotation>
             
<xs:documentation>Type of the extended property</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy