complexType StorageClassDefType
diagram plmxml_diagrams/plmxml_p1683.png
namespace http://www.plmxml.org/Schemas/PLMXMLBusinessSchema
type extension of bus:BusinessDataDefBase
properties
base bus:BusinessDataDefBase
children plm:Description plm:ApplicationRef plm:Attribute bus:AttributeDef
used by
element StorageClassDef
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      
parentClass  xsd:string  required      
source <xsd:complexType name="StorageClassDefType">
 
<xsd:complexContent>
   
<xsd:extension base="bus:BusinessDataDefBase">
     
<xsd:sequence>
       
<xsd:element name="AttributeDef" type="bus:AttributeDefType" minOccurs="0" maxOccurs="unbounded"/>
     
</xsd:sequence>
     
<xsd:attribute name="parentClass" type="xsd:string" use="required"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute StorageClassDefType/@parentClass
type xsd:string
properties
use required
source <xsd:attribute name="parentClass" type="xsd:string" use="required"/>

element StorageClassDefType/AttributeDef
diagram plmxml_diagrams/plmxml_p1684.png
namespace http://www.plmxml.org/Schemas/PLMXMLBusinessSchema
type bus:AttributeDefType
properties
minOcc 0
maxOcc unbounded
content complex
children plm:Description plm:ApplicationRef
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
attrType  bus:AttributeDefAttrType  required      
stringSize  xsd:integer  optional      
referenceClass  xsd:string  optional      
isArray  xsd:boolean  optional  false    
isPublicWrite  xsd:boolean  optional  false    
isNullsAllowed  xsd:boolean  optional  true    
isIgnoreErrors  xsd:boolean  optional  false    
isPublicRead  xsd:boolean  optional  false    
isUnique  xsd:boolean  optional  false    
isCandidateKey  xsd:boolean  optional  false    
initialValue  xsd:string  optional      
lowerBound  xsd:string  optional      
upperBound  xsd:string  optional      
source <xsd:element name="AttributeDef" type="bus:AttributeDefType" minOccurs="0" maxOccurs="unbounded"/>


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