XMSG - XML Messaging Specification Schema Documentation

This accompanies the XMSG XML Messaging Specification Note.


Complex Type : property

Description

This type encodes a specific metadata property as a name/value pair.

Definition

Content

EMPTY

Attributes

NameRequiredDefaultDatatypeDescription
valueyesnonEmptyString (S)

Specifies the value to be associated with this property.

nameyesQName (XML Schema)

Identifies the name of the property.

Declaration

   <complexType content="empty" name="property">
   <annotation>
   <documentation>
   <body>
   <p>This type encodes a specific metadata property as a name/value pair.</p>
   </body>
   </documentation>
   </annotation>
   <attribute use="required" type="QName" name="name">
   <annotation>
   <documentation>
   <body>
   <p>Identifies the name of the property.</p>
   </body>
   </documentation>
   </annotation>
   </attribute>
   <attribute use="required" type="xmsg:nonEmptyString" name="value">
   <annotation>
   <documentation>
   <body>
   <p>Specifies the value to be associated with this property.</p>
   </body>
   </documentation>
   </annotation>
   </attribute>
   </complexType>