| diagram | ![]() |
||||||||||||
| namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||
| type | extension of plm:MessageBase | ||||||||||||
| properties |
|
||||||||||||
| used by |
|
||||||||||||
| attributes |
|
||||||||||||
| annotation |
|
||||||||||||
| source | <xsd:complexType name="ErrorMessageType"> <xsd:annotation> <xsd:documentation> Error Message. Outputs an error 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> |
| type | xsd:string | ||
| properties |
|
||
| source | <xsd:attribute name="message" type="xsd:string" use="required"/> |