complexType FileType
diagram plmxml_diagrams/plmxml_p1778.png
namespace http://www.plmxml.org/Schemas/PLMXMLClassificationSchema
type extension of plm:ExternalFileType
properties
base plm:ExternalFileType
children plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound
used by
elements AbstractClassType/File AdminViewType/File ICOType/File
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      
accessRefs  plm:uriReferenceListType  optional      
statusRef  plm:anyURIType  optional      
checkoutRefs  plm:uriReferenceListType  optional      
subType  xsd:string  optional      
effectivityRefs  plm:uriReferenceListType  optional      
releaseStatusRefs  plm:uriReferenceListType  optional      
locationRef  plm:anyURIType  required      
format  xsd:string  required      
usage  xsd:string  required      
language  xsd:language  optional      
annotation
documentation

      This extension of the ExternalFileType allows to define which role the document
      will have like icon, image, etc.  
     
      Attributes:
     
      usage:             The attribute specified what the file is used for e.g. Icon, Image or
                         PartFamilyTemplate. Which values are possible depends on the context
                         where this type is used.
     
source <xsd:complexType name="FileType">
 
<xsd:annotation>
   
<xsd:documentation>
      This extension of the ExternalFileType allows to define which role the document
      will have like icon, image, etc.  
     
      Attributes:
     
      usage:             The attribute specified what the file is used for e.g. Icon, Image or
                         PartFamilyTemplate. Which values are possible depends on the context
                         where this type is used.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:ExternalFileType">
     
<xsd:attribute name="usage" type="xsd:string" use="required"/>
     
<xsd:attribute name="language" type="xsd:language" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

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

attribute FileType/@language
type xsd:language
properties
use optional
source <xsd:attribute name="language" type="xsd:language" use="optional"/>


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