attributeGroup "propertyAttributes"
Namespace:
Content:
Defined:
globally in mule-xmpp.xsd; see XML source
Includes:
definition of 1 attribute
Used:
XML Representation Summary
<...
    type
 = 
("MESSAGE" | "CHAT" | "GROUPCHAT") : "CHAT"
    subject
 = 
xsd:string
    thread
 = 
xsd:string
    nickname
 = 
xsd:string
...>
Known Usage Locations
XML Source (w/o annotations (1); see within schema source)
<xsd:attributeGroup name="propertyAttributes">
<xsd:attribute default="CHAT" name="type">
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="MESSAGE"/>
<xsd:enumeration value="CHAT"/>
<xsd:enumeration value="GROUPCHAT"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attributeGroup ref="messageAttributes"/>
<xsd:attributeGroup ref="chatAttributes"/>
<xsd:attributeGroup ref="multiUserChatAttributes"/>
</xsd:attributeGroup>
Attribute Detail (all declarations; defined in this component only; 1/4)
type
Type:
anonymous (restriction of xsd:NMTOKEN)
Use:
optional
The type of the Jabber message to send: MESSAGE, CHAT or GROUPCHAT.
Attribute Value
enumeration of xsd:NMTOKEN
Enumeration:
"MESSAGE", "CHAT", "GROUPCHAT"
Default:
"CHAT"
Anonymous simpleType
Type Derivation Tree
xsd:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xsd:NMTOKEN
Facets:
enumeration:
"MESSAGE", "CHAT", "GROUPCHAT"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="CHAT" name="type">
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="MESSAGE"/>
<xsd:enumeration value="CHAT"/>
<xsd:enumeration value="GROUPCHAT"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>

XML schema documentation generated with DocFlex/XML SDK 1.8.1b6 using DocFlex/XML XSDDoc 2.2.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.