2.2.4.68 t:SIDType Complex Type

The SIDType complex type specifies an SID. This type extends the NonEmptyStringType (section 2.2.5.20).<74>

 <xs:complexType name="SIDType">
   <xs:simpleContent>
     <xs:extension base="t:NonEmptyStringType"/>
   </xs:simpleContent>
 </xs:complexType>