<?xml version="1.0" encoding="UTF-8"?>
<Company Title="Company Detail" action="CompanyList.asp">

<Number Description="Identification number assigned when company entered" 
Label="Number:" 
ColumnLabel="Number" 
ControlType="TextBox" 
MaxLength="0" 
IsNumeric="True" 
Mandatory="True" 
SystemGenerated="False" 
Access="Read/Write">
1
</Number>

<CompanyType 
Description="FK to CompanyType" 
Label="Type:" 
ColumnLabel="Type" 
ControlType="ComboBox" 
MaxLength="0" 
IsNumeric="True" 
Mandatory="True" 
SystemGenerated="False" 
Access="Read/Write">
<PermittedValues>
<Value>Private</Value>
<Value>Partnership</Value>
</PermittedValues>
Partnership
</CompanyType>

<StateOfIncorporationCode 
Description="State where incorporated" 
Label="State of Incorporation:" 
ColumnLabel="State of Incorporation" 
ControlType="ComboBox" 
MaxLength="2" 
IsNumeric="False" 
Mandatory="True" 
SystemGenerated="False" 
Access="Read/Write">
<PermittedValues>
<Value>Florida</Value>
<Value>Georgia</Value>
<Value>Maryland</Value>
</PermittedValues> 
Florida 
</StateOfIncorporationCode>
</Company>