simpleType StringBeginningWithAlpha
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsCommonTypes.xsd
type restriction of xs:string
used by
elements ChannelGroupType/Name DrivesAndVolumesType/Name DrivesAndVolumesType/Volume/Name StreamDriveVolumeLinksType/Name
facets
pattern [A-Z]|[a-z].*
annotation
documentation
Generic string that begins with an alpha character
source <xs:simpleType name="StringBeginningWithAlpha">
 
<xs:annotation>
   
<xs:documentation>Generic string that begins with an alpha character</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:pattern value="[A-Z]|[a-z].*"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy