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

      Check Message. This is used in VariantRuleChecks.

      Attributes:

      message:          String message to output.
      messageRef:       References a multiple language version of message. If
                        multiple language support is required, messageRef should
                        be used in addition to message.
     
source <xsd:complexType name="CheckMessageType">
 
<xsd:annotation>
   
<xsd:documentation>
      Check Message. This is used in VariantRuleChecks.

      Attributes:

      message:          String message to output.
      messageRef:       References a multiple language version of message. If
                        multiple language support is required, messageRef should
                        be used in addition to message.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:MessageBase">
     
<xsd:attribute name="message" type="xsd:string" use="required"/>
     
<xsd:attribute name="messageRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

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

attribute CheckMessageType/@messageRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="messageRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/>


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