complexType LayerType
diagram plmxml_diagrams/plmxml_p355.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:PropertyBase
properties
base plm:PropertyBase
children plm:Description plm:ApplicationRef plm:Attribute
used by
element Layer
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      
ownerRef  plm:anyURIType  optional      
value  xsd:integer  optional      
annotation
documentation

      This Property specifies the Layer number of an element, for display purposes.

      Attributes:
     
      value:           the number of the Layer the object is on.
     
source <xsd:complexType name="LayerType">
 
<xsd:annotation>
   
<xsd:documentation>
      This Property specifies the Layer number of an element, for display purposes.

      Attributes:
     
      value:           the number of the Layer the object is on.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:PropertyBase">
     
<xsd:attribute name="value" type="xsd:integer" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute LayerType/@value
type xsd:integer
properties
use optional
source <xsd:attribute name="value" type="xsd:integer" use="optional"/>


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