http://schemas.datacontract.org/2004/07/NedFox.ShopServer.BusinessComponents.Controllers
Enumerations.AuthorisationLevel Simple Type
http://schemas.datacontract.org/2004/07/NedFox.ShopServer.BusinessComponents.Controllers : Enumerations.AuthorisationLevel Simple Type
Naamsruimte http://schemas.datacontract.org/2004/07/NedFox.ShopServer.BusinessComponents.Controllers
Type
Restriction of xs:string
Diagram
Enumerations.AuthorisationLevel Simple Type
Overview
Enumerations.AuthorisationLevel Restriction of xs:string
Facets
EnumerationNotSpecified
EnumerationGlobalAdministrator
EnumerationUser
EnumerationReader
Bron
<xs:simpleType name="Enumerations.AuthorisationLevel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="NotSpecified" />
    <xs:enumeration value="GlobalAdministrator" />
    <xs:enumeration value="User" />
    <xs:enumeration value="Reader" />
  </xs:restriction>
</xs:simpleType>
Zie ook
http://schemas.datacontract.org/2004/07/NedFox.ShopServer.BusinessComponents.Controllers