diagram | |||
namespace | http://base.api.wp.n2.tibco.com | ||
children | property | ||
annotation |
|
||
source | <xs:complexType name="Properties"> <xs:annotation> <xs:documentation>Properties for an item. Contains zero or more properties </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="property" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Holds attributes (name/value pairs)</xs:documentation> </xs:annotation> <xs:complexType> <xs:simpleContent> <xs:extension base="xs:string"> <xs:attribute name="key" type="xs:string" use="required"/> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> |
diagram | |||||||||||||
type | extension of xs:string | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="property" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Holds attributes (name/value pairs)</xs:documentation> </xs:annotation> <xs:complexType> <xs:simpleContent> <xs:extension base="xs:string"> <xs:attribute name="key" type="xs:string" use="required"/> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="key" type="xs:string" use="required"/> |