simpleType OrderOfPriority
namespace http://ed-fi.org/0210
type restriction of xs:int
properties
base xs:int
used by
element Telephone/OrderOfPriority
facets
Kind Value Annotation
minInclusive 1
annotation
documentation
The order of priority assigned to telephone numbers to define which number to attempt first, second, etc.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
source <xs:simpleType name="OrderOfPriority">
 
<xs:annotation>
   
<xs:documentation>The order of priority assigned to telephone numbers to define which number to attempt first, second, etc.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:int">
   
<xs:minInclusive value="1"/>
 
</xs:restriction>
</xs:simpleType>