attributeGroup "propertyAttributes"
Namespace:
Content:
Defined:
globally in mule-xmpp.xsd; see XML source
Includes:
definition of 1 attribute
Used:
XML Representation Summary
<...
   
 = 
("MESSAGE" | "CHAT" | "GROUPCHAT") : "CHAT"
 = 
xsd:string
 = 
xsd:string
 = 
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 within this component only; 1/4)
type
Type:
anonymous simpleType (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 RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.