complexType FinancialCodeType
diagram plmxml_diagrams/plmxml_p1255.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:ManagedBase
properties
base plm:ManagedBase
children plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound
used by
element FinancialCode
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      
value  xsd:string  required      
formatRef  plm:anyURIType  required      
annotation
documentation

      Financial code type information.

      Attributes:

      value:            The value of the financial code type.
      formatRef:        Financial code type reference.
     
source <xsd:complexType name="FinancialCodeType">
 
<xsd:annotation>
   
<xsd:documentation>
      Financial code type information.

      Attributes:

      value:            The value of the financial code type.
      formatRef:        Financial code type reference.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:ManagedBase">
     
<xsd:attribute name="value" type="xsd:string" use="required"/>
     
<xsd:attribute name="formatRef" type="plm:anyURIType" use="required" plm:refType="plm:FinancialCodeFormat"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

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

attribute FinancialCodeType/@formatRef
type plm:anyURIType
properties
use required
source <xsd:attribute name="formatRef" type="plm:anyURIType" use="required" plm:refType="plm:FinancialCodeFormat"/>


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