complexType NoteTypeDefType
diagram plmxml_diagrams/plmxml_p1667.png
namespace http://www.plmxml.org/Schemas/PLMXMLBusinessSchema
type extension of bus:DataTypeDefBase
properties
base bus:DataTypeDefBase
children plm:Description plm:ApplicationRef plm:Attribute bus:NoteValue
used by
element NoteTypeDef
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      
cName  xsd:string  optional      
defaultValue  xsd:string  optional      
attachValueList  xsd:boolean  required      
source <xsd:complexType name="NoteTypeDefType">
 
<xsd:complexContent>
   
<xsd:extension base="bus:DataTypeDefBase">
     
<xsd:sequence>
       
<xsd:element name="NoteValue" type="bus:ValueDetailsType" minOccurs="0" maxOccurs="unbounded"/>
     
</xsd:sequence>
     
<xsd:attribute name="defaultValue" type="xsd:string" use="optional"/>
     
<xsd:attribute name="attachValueList" type="xsd:boolean" use="required"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute NoteTypeDefType/@defaultValue
type xsd:string
properties
use optional
source <xsd:attribute name="defaultValue" type="xsd:string" use="optional"/>

attribute NoteTypeDefType/@attachValueList
type xsd:boolean
properties
use required
source <xsd:attribute name="attachValueList" type="xsd:boolean" use="required"/>

element NoteTypeDefType/NoteValue
diagram plmxml_diagrams/plmxml_p1668.png
namespace http://www.plmxml.org/Schemas/PLMXMLBusinessSchema
type bus:ValueDetailsType
properties
minOcc 0
maxOcc unbounded
content complex
children plm:Description plm:ApplicationRef plm:Attribute
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      
stringValue  xsd:string        
intValue  xsd:integer        
doubleValue  xsd:double        
dateValue  xsd:dateTime        
indexValue  xsd:integer  optional      
listOfValuesRef  plm:anyURIType  optional      
classification  xsd:string  optional      
source <xsd:element name="NoteValue" type="bus:ValueDetailsType" minOccurs="0" maxOccurs="unbounded"/>


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