Schema portfolioAllocation.xsd


schema location:  portfolioAllocation.xsd
 
Elements  Complex types 
allocActs  allocActsType 
allocActType 


element allocActs
diagram
type allocActsType
children allocAct
attributes
Name  Type  Use  Default  Fixed  Annotation
recCount  xs:integer  required      
aplTime  xs:integer  required      
source
<xs:element name="allocActs" type="allocActsType"/>

complexType allocActsType
diagram
children allocAct
used by
element allocActs
attributes
Name  Type  Use  Default  Fixed  Annotation
recCount  xs:integer  required      
aplTime  xs:integer  required      
source
<xs:complexType name="allocActsType">
  <xs:sequence>
    <xs:element name="allocAct" type="allocActType" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
  <xs:attribute name="recCount" type="xs:integer" use="required"/>
  <xs:attribute name="aplTime" type="xs:integer" use="required"/>
</xs:complexType>

element allocActsType/allocAct
diagram
type allocActType
children totalMV cashMV cashPMV eqtyMV eqtyPMV fixMV fixPMV
attributes
Name  Type  Use  Default  Fixed  Annotation
actSnam  xs:string  required      
actBwnum  xs:string  required      
actDtcno  xs:string  required      
actLname  xs:string  required      
source
<xs:element name="allocAct" type="allocActType" minOccurs="0" maxOccurs="unbounded"/>

complexType allocActType
diagram
children totalMV cashMV cashPMV eqtyMV eqtyPMV fixMV fixPMV
used by
element allocActsType/allocAct
attributes
Name  Type  Use  Default  Fixed  Annotation
actSnam  xs:string  required      
actBwnum  xs:string  required      
actDtcno  xs:string  required      
actLname  xs:string  required      
source
<xs:complexType name="allocActType">
  <xs:sequence>
    <xs:element name="totalMV" type="xs:decimal"/>
    <xs:element name="cashMV" type="xs:decimal"/>
    <xs:element name="cashPMV" type="xs:decimal"/>
    <xs:element name="eqtyMV" type="xs:decimal"/>
    <xs:element name="eqtyPMV" type="xs:decimal"/>
    <xs:element name="fixMV" type="xs:decimal"/>
    <xs:element name="fixPMV" type="xs:decimal"/>
  </xs:sequence>
  <xs:attribute name="actSnam" type="xs:string" use="required"/>
  <xs:attribute name="actBwnum" type="xs:string" use="required"/>
  <xs:attribute name="actDtcno" type="xs:string" use="required"/>
  <xs:attribute name="actLname" type="xs:string" use="required"/>
</xs:complexType>

element allocActType/totalMV
diagram
type xs:decimal
source
<xs:element name="totalMV" type="xs:decimal"/>

element allocActType/cashMV
diagram
type xs:decimal
source
<xs:element name="cashMV" type="xs:decimal"/>

element allocActType/cashPMV
diagram
type xs:decimal
source
<xs:element name="cashPMV" type="xs:decimal"/>

element allocActType/eqtyMV
diagram
type xs:decimal
source
<xs:element name="eqtyMV" type="xs:decimal"/>

element allocActType/eqtyPMV
diagram
type xs:decimal
source
<xs:element name="eqtyPMV" type="xs:decimal"/>

element allocActType/fixMV
diagram
type xs:decimal
source
<xs:element name="fixMV" type="xs:decimal"/>

element allocActType/fixPMV
diagram
type xs:decimal
source
<xs:element name="fixPMV" type="xs:decimal"/>


XML Schema documentation generated with
XMLSPY Schema Editor http://www.altova.com/xmlspy