simpleType String255Type
namespace https://mmixm.aero/base/4
type restriction of xs:string
properties
base xs:string
used by
elements PostalAddress/deliveryPoint PhysicalAddress/description ContactInformation/email ElectronicLocation/textDescription Asset/description MonitoringEvent/eventDescription LoggingEvent/summary SecurityViolation/violationUserName
facets
Kind Value Annotation
maxLength 255
annotation
documentation
Specifies a string of up to 255 characters.
source <xs:simpleType name="String255Type">
 
<xs:annotation>
   
<xs:documentation>Specifies a string of up to 255 characters.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="255"/>
 
</xs:restriction>
</xs:simpleType>


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