complexType VisibilityType
diagram plmxml_diagrams/plmxml_p576.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 Visibility
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:boolean  optional  true    
annotation
documentation

      This Property specifies whether an object is visible or not - also
      referred to as unblanked/blanked.

      Attributes:
     
      value:           logical: true is visible, false is invisible
     
source <xsd:complexType name="VisibilityType">
 
<xsd:annotation>
   
<xsd:documentation>
      This Property specifies whether an object is visible or not - also
      referred to as unblanked/blanked.

      Attributes:
     
      value:           logical: true is visible, false is invisible
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:PropertyBase">
     
<xsd:attribute name="value" type="xsd:boolean" use="optional" default="true"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute VisibilityType/@value
type xsd:boolean
properties
use optional
default true
source <xsd:attribute name="value" type="xsd:boolean" use="optional" default="true"/>


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