ServiceCollaborativeService

azure-17/Item/AzureEcosystem/ServiceCollaborativeService
include('azure-17/Item/AzureEcosystem/ServiceCollaborativeService')
Illustration ServiceCollaborativeService ServiceCollaborativeServiceCard ServiceCollaborativeServiceGroup
illustration for Illustration illustration for ServiceCollaborativeService illustration for ServiceCollaborativeServiceCard illustration for ServiceCollaborativeServiceGroup

Sprites

The item provides the following sriptes:

  • <$ServiceCollaborativeServiceXs>
  • <$ServiceCollaborativeServiceSm>
  • <$ServiceCollaborativeServiceMd>
  • <$ServiceCollaborativeServiceLg>

ServiceCollaborativeService

Load remotely

@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('azure-17/bootstrap')

' loads the Item which embeds the element ServiceCollaborativeService
include('azure-17/Item/AzureEcosystem/ServiceCollaborativeService')

' renders the element
ServiceCollaborativeService('ServiceCollaborativeService', 'Service Collaborative Service', 'an optional tech label', 'an optional description')
@enduml

Load locally

@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../../.."

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('azure-17/bootstrap')

' loads the Item which embeds the element ServiceCollaborativeService
include('azure-17/Item/AzureEcosystem/ServiceCollaborativeService')

' renders the element
ServiceCollaborativeService('ServiceCollaborativeService', 'Service Collaborative Service', 'an optional tech label', 'an optional description')
@enduml

ServiceCollaborativeServiceCard

Load remotely

@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('azure-17/bootstrap')

' loads the Item which embeds the element ServiceCollaborativeServiceCard
include('azure-17/Item/AzureEcosystem/ServiceCollaborativeService')

' renders the element
ServiceCollaborativeServiceCard('ServiceCollaborativeServiceCard', 'Service Collaborative Service Card', 'an optional description')
@enduml

Load locally

@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../../.."

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('azure-17/bootstrap')

' loads the Item which embeds the element ServiceCollaborativeServiceCard
include('azure-17/Item/AzureEcosystem/ServiceCollaborativeService')

' renders the element
ServiceCollaborativeServiceCard('ServiceCollaborativeServiceCard', 'Service Collaborative Service Card', 'an optional description')
@enduml

ServiceCollaborativeServiceGroup

Load remotely

@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('azure-17/bootstrap')

' loads the Item which embeds the element ServiceCollaborativeServiceGroup
include('azure-17/Item/AzureEcosystem/ServiceCollaborativeService')

' renders the element
ServiceCollaborativeServiceGroup('ServiceCollaborativeServiceGroup', 'Service Collaborative Service Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml

Load locally

@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../../.."

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('azure-17/bootstrap')

' loads the Item which embeds the element ServiceCollaborativeServiceGroup
include('azure-17/Item/AzureEcosystem/ServiceCollaborativeService')

' renders the element
ServiceCollaborativeServiceGroup('ServiceCollaborativeServiceGroup', 'Service Collaborative Service Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml