complexType WarningType
diagram plmxml_diagrams/plmxml_p1327.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
children plm:Description plm:ApplicationRef plm:Attribute
used by
element Warning
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
attributeRefs  xsd:IDREFS  optional      
type  plm:WarningEnum  optional      
annotation
documentation

      Warning type information.

      Attributes:

      type:           Type of warning. It can take one of these values:
                      safety, hazardousMaterial, other.
     
source <xsd:complexType name="WarningType">
 
<xsd:annotation>
   
<xsd:documentation>
      Warning type information.

      Attributes:

      type:           Type of warning. It can take one of these values:
                      safety, hazardousMaterial, other.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:attribute name="type" type="plm:WarningEnum" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute WarningType/@type
type plm:WarningEnum
properties
use optional
facets
Kind Value Annotation
enumeration safety
enumeration hazardousMaterial
enumeration other
source <xsd:attribute name="type" type="plm:WarningEnum" use="optional"/>


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