| schema location: | portfolioAllocation.xsd |
| Elements | Complex types |
| allocActs | allocActsType |
| allocActType |
| diagram | ![]() |
||||||||||||||||||
| type | allocActsType | ||||||||||||||||||
| children | allocAct | ||||||||||||||||||
| attributes |
|
||||||||||||||||||
| source | <xs:element name="allocActs" type="allocActsType"/> |
| diagram | |||||||||||||||||||
| children | allocAct | ||||||||||||||||||
| used by |
|
||||||||||||||||||
| attributes |
|
||||||||||||||||||
| 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> |
| diagram | ![]() |
||||||||||||||||||||||||||||||
| type | allocActType | ||||||||||||||||||||||||||||||
| children | totalMV cashMV cashPMV eqtyMV eqtyPMV fixMV fixPMV | ||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||
| source | <xs:element name="allocAct" type="allocActType" minOccurs="0" maxOccurs="unbounded"/> |
| diagram | ![]() |
||||||||||||||||||||||||||||||
| children | totalMV cashMV cashPMV eqtyMV eqtyPMV fixMV fixPMV | ||||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||
| 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> |
| diagram | |
| type | xs:decimal |
| source | <xs:element name="totalMV" type="xs:decimal"/> |
| diagram | |
| type | xs:decimal |
| source | <xs:element name="cashMV" type="xs:decimal"/> |
| diagram | |
| type | xs:decimal |
| source | <xs:element name="cashPMV" type="xs:decimal"/> |
| diagram | |
| type | xs:decimal |
| source | <xs:element name="eqtyMV" type="xs:decimal"/> |
| diagram | |
| type | xs:decimal |
| source | <xs:element name="eqtyPMV" type="xs:decimal"/> |
| diagram | |
| type | xs:decimal |
| source | <xs:element name="fixMV" type="xs:decimal"/> |
| diagram | |
| type | xs:decimal |
| source | <xs:element name="fixPMV" type="xs:decimal"/> |