REM "Licensed Materials - This USPROPS.TXT Property of UNICOM SYSTEMS, Inc."
REM "USRPROPS.TXT"
REM "(c) Copyright UNICOM SYSTEMS 1986,2018.  All Rights Reserved."
REM "U.S. Government Users Restricted Rights:  Use, duplication or disclosure restricted by GSA ADP Schedule Contract with UNICOM SYSTEMS"
REM "You may copy, modify, and distribute these samples, or their modifications, in any form,"
REM "internally or as part of your application or related documentation. These samples have not been"
REM "tested under all conditions and are provided to you by UNICOM Systems without obligation of support of any kind."
REM "UNICOM SYSTEMS PROVIDES THESE SAMPLE USRPROPS CUSTOMIZATIONS 'AS IS', SUBJECT TO ANY STATUTORY WARRANTIES THAT CANNOT BE EXCLUDED."
REM "UNICOM SYSTEMS MAKES NO WARRANTIES OR CONDITIONS, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO,"
REM "THE IMPLIED WARRANTIES OR CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT"
REM "REGARDING THESE SAMPLES OR TECHNICAL SUPPORT, IF ANY."

REM "Instructions for modifying this file are in the on-line help."


RENAME DEFINITION "User 102" to "System Time Period"
Rename Diagram "User 4" to "Capability Map (UAFx)"



LIST "Strategic Ranking"
	{
	VALUE "Strategic"
	VALUE "Core"
	VALUE "Nice to Have"
	VALUE "Not Assigned"
	}
	
LIST "Benefit Assessment"
{
	value "None"
	value "Transformational/High Benefit"
	value "Moderate Benefit"
	value "Low Benefit"
}

LIST "System Ranking"
	{
	VALUE "New"
	VALUE "Upgrade/Replace"
	VALUE "Maintain"
	VALUE "Retire"
	}

List "System Kind"
{
	Value "System" 
	Value "Database"
	Value "Component" 
	Value "Enterprise"
}


List "Lines of Business"
{
	Value "Logistics" // formerly "Compensation Service (COMP)" 
	Value "Response" // formerly "Pension & Fiduciary Service (P&F)" 
	Value "Prevention" // "Education Service (EDU)" 
	Value "Intel" // formerly "Insurance Service (INS)" 
	Value "Contingency Planning & Readiness" // formerly "Loan Guarantee Service (LGY)" 
	Value "Sector Command" // formerly "Office of Admin Review (OAR)" 
	// not used "Veteran Readiness & Employment Service (VRE)" 
}

List "User Type"
{
	Value "User"
	Value "Govt Org"
	Value "Private Org"
	
}


Definition "1327" // "Capability (UAF)"
{
	Chapter_Order {"Introduction", "Strategic Ranking"}
	CHAPTER "Strategic Ranking"
	LAYOUT { COLS 2 TAB ALIGN OVER }
	PROPERTY "Strategic Ranking" { EDIT TEXT LISTONLY LIST "Strategic Ranking" DEFAULT "Core" LENGTH 20 ZOOMABLE}
	Property "Benefit Assessment" {edit text list "Benefit Assessment" default "None"}
}

Definition "1377" // "System (UAF)"
{
	Chapter_Order {"Introduction", "Users", "Member of Organizations", "Portfolio Mgt"}
	
	CHAPTER "System Status"
	PROPERTY "System Ranking" { EDIT TEXT LISTONLY LIST "System Ranking" DEFAULT "Maintain" LENGTH 20 ZOOMABLE}
	
	Chapter "Introduction"
	Property "System Kind" {Edit Text ListOnly List "System Kind"}
	
	Chapter "Users"
	LAYOUT { ALIGN BODY TAB COLUMNS 2 }
	Property "Owning LOB" {Edit Text ListOnly List "Lines of Business"}
	Property "LOB User" {Edit ListOf "Organization (UAF)" Length 8000 ASGRID}
	
	CHAPTER "Portfolio Mgt"
	LAYOUT { COLS 2 TAB ALIGN OVER }	
	PROPERTY "System Ranking" { EDIT TEXT LISTONLY LIST "System Ranking" DEFAULT "Maintain" LENGTH 20 ZOOMABLE}
	
	GROUP "Dates"
	{
	//LAYOUT { COLS 2 TAB ALIGN OVER }
	PROPERTY "In Service Date" { EDIT Date LENGTH 10 }
	PROPERTY "Sunset Date" { EDIT Date LENGTH 10 }
	PROPERTY "End of Support Date" { EDIT Date LENGTH 10 }
	}

	GROUP "Costs"
	{
	//LAYOUT { COLS 2 TAB ALIGN OVER }
	PROPERTY "Expected Years in Service" { EDIT Numeric LENGTH 3 }
	PROPERTY "Build Cost" { EDIT Text LENGTH 12 }
	PROPERTY "Purchase Cost" { EDIT Text LENGTH 12 }
			
	PROPERTY "Average Yearly Maintenance Cost" { EDIT Text LENGTH 12 }
	PROPERTY "Average Yearly Service Cost" { EDIT Text LENGTH 12 }
	PROPERTY "Total Cost" { EDIT Text LENGTH 15 }
	}
	
	PROPERTY "Costs Per Time Period" {ZOOMABLE EDIT  COMPLETE ListOf "System Time Period" KEYED BY {"System Name":"Name", Name }
			LENGTH 4096 ASGRID   }
			
}



DEFINITION "System Time Period"
{
	CHAPTER "Owner"
	GROUP "Owner"
	{
	PROPERTY "System Name" { KEY EDIT OneOf "System (UAF)" RELATE BY "is keyed by" READONLY }
	}

	CHAPTER "Costs"
	property "Purchase Cost" {edit text length 10}
	property "Maintenance Cost" {edit text length 10}
}

DIAGRAM "Capability Map (UAFx)"
{
}

SYMBOL "Capability (UAF)"
	{
	Assign To "Capability Map (UAFx)"
	}

SYMBOL "CapabilityisPartOfCapability (DM2rx)"
	{
	Assign To "Capability Map (UAFx)" EMBEDDEDBY
	}

Definition "Organization (UAF)"
{

	Chapter "Introduction"
	Property "Internal LOB" {Edit Boolean Default "F" Help "LOB = Line of Business"}
}


Definition "Capability (UAF)"
{
	CHAPTER "Strategic Ranking"
	PROPERTY "Strategic Ranking" { EDIT TEXT LISTONLY LIST "Strategic Ranking" DEFAULT "Core" LENGTH 20 ZOOMABLE}

}








