complexType InformMessageType
diagram plmxml_diagrams/plmxml_p348.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:MessageBase
properties
base plm:MessageBase
used by
element InformMessage
attributes
Name  Type  Use  Default  Fixed  Annotation
message  xsd:string  required      
annotation
documentation

      Inform Message. Outputs an informative message.

      Attributes:

      message:     String message to output.
     
source <xsd:complexType name="InformMessageType">
 
<xsd:annotation>
   
<xsd:documentation>
      Inform Message. Outputs an informative message.

      Attributes:

      message:     String message to output.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:MessageBase">
     
<xsd:attribute name="message" type="xsd:string" use="required"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute InformMessageType/@message
type xsd:string
properties
use required
source <xsd:attribute name="message" type="xsd:string" use="required"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy