| diagram | ![]() |
||
| namespace | http://service.archive.wp.n2.tibco.com | ||
| children | wp:property | ||
| used by |
|
||
| annotation |
|
||
| 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> |